blob: a3955bc695276bf034455ae1e58f06f0fcf99517 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
#ifndef LYLIST_H
#define LYLIST_H
#include <LYStructs.h>
extern int showlist(DocInfo *newdoc, BOOLEAN titles);
extern void printlist(FILE *fp, BOOLEAN titles);
#endif /* LYLIST_H */
|