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

« back to all changes in this revision

Viewing changes to src/LYList.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 LYLIST_H
 
2
#define LYLIST_H
 
3
 
 
4
#include <LYStructs.h>
 
5
 
 
6
extern int showlist PARAMS((DocInfo *newdoc, BOOLEAN titles));
 
7
extern void printlist PARAMS((FILE *fp, BOOLEAN titles));
 
8
 
 
9
#endif /* LYLIST_H */