about summary refs log tree commit diff stats
path: root/src/LYShowInfo.h
blob: 78b3306437f2067df5b30b69214eff87f7dd320d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef LYSHOWINFO_H
#define LYSHOWINFO_H

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

extern int showinfo PARAMS((document *doc, int size_of_file, document *newdoc,
							char *owner_address));

#define SHOWINFO_TITLE "Information about the current document"


#endif /* LYSHOWINFO_H */