summaryrefslogtreecommitdiff
path: root/apps/JAWS/clients/WebSTONE/src/nsapi-includes/frame/httpact.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/JAWS/clients/WebSTONE/src/nsapi-includes/frame/httpact.h')
-rw-r--r--apps/JAWS/clients/WebSTONE/src/nsapi-includes/frame/httpact.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/JAWS/clients/WebSTONE/src/nsapi-includes/frame/httpact.h b/apps/JAWS/clients/WebSTONE/src/nsapi-includes/frame/httpact.h
index efc6d1202e3..ee50b8a7821 100644
--- a/apps/JAWS/clients/WebSTONE/src/nsapi-includes/frame/httpact.h
+++ b/apps/JAWS/clients/WebSTONE/src/nsapi-includes/frame/httpact.h
@@ -1,7 +1,7 @@
/*
* Copyright (c) 1994, 1995. Netscape Communications Corporation. All
* rights reserved.
- *
+ *
* Use of this software is governed by the terms of the license agreement for
* the Netscape Communications or Netscape Comemrce Server between the
* parties.
@@ -13,7 +13,7 @@
/*
* httpact.h: Defines the API characteristics for HTTP servers
- *
+ *
* Rob McCool
*/
@@ -44,7 +44,7 @@
/*
* directive_name2num will return the position of the abbreviated directive
* dir in the directive table.
- *
+ *
* If dir does not exist in the table, it will return -1.
*/
@@ -113,6 +113,6 @@ struct hostent *servact_gethostbyname(char *host, Session *sn, Request *rq);
int servact_connect(char *host, int port, Session *sn, Request *rq);
-#endif /* ! MCC_PROXY */
+#endif /* ! MCC_PROXY */
#endif