blob: 4288107bc64723976a67afde422cb725971f5de0 (
plain) (
tree)
|
|
#ifndef LYLIST_H
#define LYLIST_H
#include <LYStructs.h>
extern char * LYlist_temp_url NOPARAMS;
extern int showlist PARAMS((document *newdoc, BOOLEAN titles));
extern void printlist PARAMS((FILE *fp, BOOLEAN titles));
#endif /* LYLIST_H */
|