about summary refs log blame commit diff stats
path: root/src/LYPrint.h
blob: b4cfdf1a70005516772e5fb89bd94e6ce0014b3f (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15














                                                                     
#ifndef LYPRINT_H
#define LYPRINT_H

#ifndef LYSTRUCTS_H
#include "LYStructs.h"
#endif /* LYSTRUCTS_H */

extern int printfile PARAMS((document *newdoc));
extern int print_options PARAMS((char **newfile, int lines_in_file));

#define PRINT_OPTIONS_TITLE "Lynx Printing Options"

#endif /* LYPRINT_H */