blob: 038492a9fb5e02e24dbdab1c27e73e0108006dbf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#ifndef LYSHOWINFO_H
#define LYSHOWINFO_H
#ifndef LYSTRUCTS_H
#include <LYStructs.h>
#endif /* LYSTRUCTS_H */
extern BOOL LYVersionIsRelease NOPARAMS;
extern char *LYVersionStatus NOPARAMS;
extern char *LYVersionDate NOPARAMS;
extern int showinfo PARAMS((document *doc, int size_of_file, document *newdoc,
char *owner_address));
#endif /* LYSHOWINFO_H */
|