about summary refs log blame commit diff stats
path: root/src/LYUpload.h
blob: 9f74edf6709aa6f05ff3a95eff3ea1e8b0f692b6 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15














                                                                      
#ifndef LYUPLOAD_H
#define LYUPLOAD_H

#ifndef LYSTRUCTS_H
#include "LYStructs.h"
#endif /* LYSTRUCTS_H */

extern int LYUpload PARAMS((char *line));
extern int LYUpload_options PARAMS((char **newfile, char *directory));

#define UPLOAD_OPTIONS_TITLE "Lynx Upload Options"

#endif /* LYUPLOAD_H */