about summary refs log blame commit diff stats
path: root/src/LYShowInfo.h
blob: 59c0ab84ebe9ea81cbccb9d2849658d0d4fddba0 (plain) (tree)
1
2
3
4
5
6
7



                    
                      

                        






                                           
 
                         
#ifndef LYSHOWINFO_H
#define LYSHOWINFO_H

#ifndef LYSTRUCTS_H
#include <LYStructs.h>
#endif /* LYSTRUCTS_H */

extern BOOL LYVersionIsRelease(void);
extern char *LYVersionStatus(void);
extern char *LYVersionDate(void);
extern int LYShowInfo(DocInfo *doc,
		      int size_of_file,
		      DocInfo *newdoc,
		      char *owner_address);

#endif /* LYSHOWINFO_H */