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

« back to all changes in this revision

Viewing changes to src/LYUpload.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
 
 
2
#ifndef LYUPLOAD_H
 
3
#define LYUPLOAD_H
 
4
 
 
5
#ifndef LYSTRUCTS_H
 
6
#include <LYStructs.h>
 
7
#endif /* LYSTRUCTS_H */
 
8
 
 
9
extern int LYUpload PARAMS((char *line));
 
10
extern int LYUpload_options PARAMS((char **newfile, char *directory));
 
11
 
 
12
#endif /* LYUPLOAD_H */
 
13