about summary refs log tree commit diff stats
path: root/WWW/Library/Implementation/HTTCP.h
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2000-04-01 00:54:50 -0500
committerThomas E. Dickey <dickey@invisible-island.net>2000-04-01 00:54:50 -0500
commit4c510de6f295a8d3377bdb81f18050190ee58a59 (patch)
treeb6597ca1fcb050d1842044030a5daa8d934814fa /WWW/Library/Implementation/HTTCP.h
parentc68ecb8b21bef3908cb17f8d1d4af694bf7e7137 (diff)
downloadlynx-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.h5
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