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

« back to all changes in this revision

Viewing changes to src/LYPrint.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 LYPRINT_H
 
2
#define LYPRINT_H
 
3
 
 
4
#ifndef LYSTRUCTS_H
 
5
#include <LYStructs.h>
 
6
#endif /* LYSTRUCTS_H */
 
7
 
 
8
extern int printfile PARAMS((DocInfo *newdoc));
 
9
extern int print_options PARAMS((char **newfile,
 
10
                                 CONST char *printed_url, int lines_in_file));
 
11
extern char * GetFileName NOPARAMS;
 
12
 
 
13
#endif /* LYPRINT_H */