about summary refs log tree commit diff stats
path: root/src/LYDownload.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/LYDownload.h')
-rw-r--r--src/LYDownload.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/LYDownload.h b/src/LYDownload.h
index b7d75ae7..9054016b 100644
--- a/src/LYDownload.h
+++ b/src/LYDownload.h
@@ -5,8 +5,8 @@
 #include <LYStructs.h>
 #endif /* LYSTRUCTS_H */
 
-extern void LYDownload PARAMS((char *line));
-extern int LYdownload_options PARAMS((char **newfile, char *data_file));
+extern void LYDownload (char *line);
+extern int LYdownload_options (char **newfile, char *data_file);
 
 #ifdef VMS
 extern BOOLEAN LYDidRename;