diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2004-04-27 20:26:05 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2004-04-27 20:26:05 -0400 |
commit | 2cd8e80bfe2792ce8999a26b34384598f58e3889 (patch) | |
tree | 780917a289058c7d05e893a8a1b3dc88d4a7030f /src/LYCgi.h | |
parent | bff0a2c0390cf1536254ea168d2581cc9550325f (diff) | |
download | lynx-snapshots-2cd8e80bfe2792ce8999a26b34384598f58e3889.tar.gz |
snapshot of project "lynx", label v2-8-6dev_2
Diffstat (limited to 'src/LYCgi.h')
-rw-r--r-- | src/LYCgi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/LYCgi.h b/src/LYCgi.h index c800c4db..2ffe1109 100644 --- a/src/LYCgi.h +++ b/src/LYCgi.h @@ -5,6 +5,6 @@ #include <HTUtils.h> #endif -extern void add_lynxcgi_environment PARAMS((CONST char *variable_name)); +extern void add_lynxcgi_environment (const char *variable_name); #endif /* LYGETFILE_H */ |