diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1999-01-28 16:47:38 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1999-01-28 16:47:38 -0500 |
commit | 87434eaa074d789f65bac589b03df341e76e7a4e (patch) | |
tree | 2882679a9a50807168042d9b26aea6b562e356d7 /WWW/Library/Implementation/HTTCP.h | |
parent | d97a65137382daf2f896a947ba680c095f7ab664 (diff) | |
download | lynx-snapshots-87434eaa074d789f65bac589b03df341e76e7a4e.tar.gz |
snapshot of project "lynx", label v2-8-2dev_15
Diffstat (limited to 'WWW/Library/Implementation/HTTCP.h')
-rw-r--r-- | WWW/Library/Implementation/HTTCP.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/WWW/Library/Implementation/HTTCP.h b/WWW/Library/Implementation/HTTCP.h index 89837fe7..63fe03aa 100644 --- a/WWW/Library/Implementation/HTTCP.h +++ b/WWW/Library/Implementation/HTTCP.h @@ -69,6 +69,7 @@ extern unsigned int HTCardinal PARAMS((int *pstatus, char **pp, unsigned int max_value)); +extern BOOL valid_hostname PARAMS((CONST char * name)); /* Parse an internet node address and port ** --------------------------------------- |