summaryrefslogtreecommitdiff
path: root/ACE/apps/JAWS/clients/WebSTONE/src/nsapi-includes/frame/httpact.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/apps/JAWS/clients/WebSTONE/src/nsapi-includes/frame/httpact.h')
-rw-r--r--ACE/apps/JAWS/clients/WebSTONE/src/nsapi-includes/frame/httpact.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ACE/apps/JAWS/clients/WebSTONE/src/nsapi-includes/frame/httpact.h b/ACE/apps/JAWS/clients/WebSTONE/src/nsapi-includes/frame/httpact.h
index ee50b8a7821..25d01a16927 100644
--- a/ACE/apps/JAWS/clients/WebSTONE/src/nsapi-includes/frame/httpact.h
+++ b/ACE/apps/JAWS/clients/WebSTONE/src/nsapi-includes/frame/httpact.h
@@ -92,7 +92,6 @@ char *servact_translate_uri(char *uri, Session *sn);
/*
* Resolves the given hostname, first trying to find a resolver
* function from obj.conf, and if that fails, just calls gethostbyname().
- *
*/
struct hostent *servact_gethostbyname(char *host, Session *sn, Request *rq);
@@ -108,7 +107,6 @@ struct hostent *servact_gethostbyname(char *host, Session *sn, Request *rq);
*
* Returns -1 (REQ_ABORT) on failure to connect. The caller should not
* attempt to use the native connect.
- *
*/
int servact_connect(char *host, int port, Session *sn, Request *rq);