about summary refs log tree commit diff stats
path: root/src/LYShowInfo.h
blob: 623eaf44b160cf7d6a72fa1d7d30d7b5ca217ae8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#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 LYShowInfo PARAMS((DocInfo *doc, int size_of_file, DocInfo *newdoc,
							char *owner_address));

#endif /* LYSHOWINFO_H */