1 #ifndef LYDOWNLOAD_H
2 #define LYDOWNLOAD_H
3 
4 #ifndef LYSTRUCTS_H
5 #include <LYStructs.h>
6 #endif /* LYSTRUCTS_H */
7 
8 #ifdef __cplusplus
9 extern "C" {
10 #endif
11     extern void LYDownload(char *line);
12     extern int LYdownload_options(char **newfile, char *data_file);
13 
14 #ifdef VMS
15     extern BOOLEAN LYDidRename;
16 #endif
17 
18 #ifdef __cplusplus
19 }
20 #endif
21 #endif				/* LYDOWNLOAD_H */
22