File: LYShowInfo.h

package info (click to toggle)
lynx-cur 2.8.8dev.5-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 14,672 kB
  • ctags: 12,330
  • sloc: ansic: 129,865; sh: 3,763; makefile: 1,003; perl: 909; yacc: 765
file content (21 lines) | stat: -rw-r--r-- 430 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#ifndef LYSHOWINFO_H
#define LYSHOWINFO_H

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

#ifdef __cplusplus
extern "C" {
#endif
    extern BOOL LYVersionIsRelease(void);
    extern const char *LYVersionStatus(void);
    extern const char *LYVersionDate(void);
    extern int LYShowInfo(DocInfo *doc,
			  DocInfo *newdoc,
			  char *owner_address);

#ifdef __cplusplus
}
#endif
#endif				/* LYSHOWINFO_H */