about summary refs log tree commit diff stats
path: root/src/LYDownload.h
blob: 21cd30dd48169b731dda660980e2cb2d42c8a299 (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));

#define DOWNLOAD_OPTIONS_TITLE "Lynx Download Options"

#endif /* LYDOWNLOAD_H */