~ubuntu-branches/ubuntu/edgy/lynx/edgy

« back to all changes in this revision

Viewing changes to src/LYShowInfo.h

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2004-09-16 12:14:10 UTC
  • Revision ID: james.westby@ubuntu.com-20040916121410-cz1gu92c4nqfeyrg
Tags: upstream-2.8.5
ImportĀ upstreamĀ versionĀ 2.8.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef LYSHOWINFO_H
 
2
#define LYSHOWINFO_H
 
3
 
 
4
#ifndef LYSTRUCTS_H
 
5
#include <LYStructs.h>
 
6
#endif /* LYSTRUCTS_H */
 
7
 
 
8
extern BOOL LYVersionIsRelease NOPARAMS;
 
9
extern char *LYVersionStatus NOPARAMS;
 
10
extern char *LYVersionDate NOPARAMS;
 
11
extern int LYShowInfo PARAMS((DocInfo *doc, int size_of_file, DocInfo *newdoc,
 
12
                                                        char *owner_address));
 
13
 
 
14
#endif /* LYSHOWINFO_H */