diff options
Diffstat (limited to 'WWW/Library/Implementation/HTNews.h')
-rw-r--r-- | WWW/Library/Implementation/HTNews.h | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/WWW/Library/Implementation/HTNews.h b/WWW/Library/Implementation/HTNews.h index 7cd930a4..92bf7f33 100644 --- a/WWW/Library/Implementation/HTNews.h +++ b/WWW/Library/Implementation/HTNews.h @@ -41,9 +41,13 @@ extern char * HTNewsHost; extern void HTClearNNTPAuthInfo NOPARAMS; -#endif /* HTNEWS_H */ - +#ifdef USE_SSL +extern int HTNewsProxyConnect PARAMS (( + int sock, + CONST char * url, + HTParentAnchor *anAnchor, + HTFormat format_out, + HTStream * sink)); +#endif -/* - - tbl */ +#endif /* HTNEWS_H */ |