about summary refs log blame commit diff stats
path: root/src/LYList.h
blob: 3c8e4c4e58b2fedca561c25ba0d8b2c301295a91 (plain) (tree)
1
2
3
4
5
6
7
8
9


                

                      
                                                               

                                                         
                     
#ifndef LYLIST_H
#define LYLIST_H

#include <LYStructs.h>

extern int showlist PARAMS((document *newdoc, BOOLEAN titles));
extern void printlist PARAMS((FILE *fp, BOOLEAN titles));

#endif /* LYLIST_H */