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

#ifndef LYSTRUCTS_H
#include <LYStructs.h>
#endif /* LYSTRUCTS_H */

extern void LYDownload PARAMS((char *line));
extern int LYdownload_options PARAMS((char **newfile, char *data_file));

#ifdef VMS
extern BOOLEAN LYDidRename;
#endif

#endif /* LYDOWNLOAD_H */