diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2000-04-01 00:54:50 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2000-04-01 00:54:50 -0500 |
commit | 4c510de6f295a8d3377bdb81f18050190ee58a59 (patch) | |
tree | b6597ca1fcb050d1842044030a5daa8d934814fa /WWW/Library/Implementation/HTTCP.h | |
parent | c68ecb8b21bef3908cb17f8d1d4af694bf7e7137 (diff) | |
download | lynx-snapshots-4c510de6f295a8d3377bdb81f18050190ee58a59.tar.gz |
snapshot of project "lynx", label v2-8-3pre_1
Diffstat (limited to 'WWW/Library/Implementation/HTTCP.h')
-rw-r--r-- | WWW/Library/Implementation/HTTCP.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/WWW/Library/Implementation/HTTCP.h b/WWW/Library/Implementation/HTTCP.h index 8644b69d..56a0ee31 100644 --- a/WWW/Library/Implementation/HTTCP.h +++ b/WWW/Library/Implementation/HTTCP.h @@ -66,7 +66,7 @@ extern unsigned int HTCardinal PARAMS((int *pstatus, ** ------------------------------------------------- */ -extern BOOL valid_hostname PARAMS((CONST char * name)); +extern BOOL valid_hostname PARAMS((char * name)); /* Resolve an internet hostname, like gethostbyname ** ------------------------------------------------ @@ -87,8 +87,7 @@ extern int lynx_nsl_status; #if defined(__DJGPP__) && !defined(WATT32) #define LYGetHostByName(host) resolv(host) /* we'll use it the same way */ #else -extern struct hostent * LYGetHostByName PARAMS(( - CONST char * str)); +extern struct hostent * LYGetHostByName PARAMS((char * str)); #endif |