aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
authorswhite <swhite@61ea717e-8e0c-4c3c-b38e-e9c67f54f1f1>2004-04-13 13:42:54 +0000
committerswhite <swhite@61ea717e-8e0c-4c3c-b38e-e9c67f54f1f1>2004-04-13 13:42:54 +0000
commit2cb1df63dcc158674fd15cae88e0939e683aec6f (patch)
tree8e6c50a517a46f68bbb94bd1b902da903652ff5d /interface.ccl
parent9ba4246e7f46f1743c8d6f95d10a4ff399291cf9 (diff)
Made HTTPD to correctly describe interface by INCLUDE HEADER mechanism.
Changed internal names of http_Auth.h http_Cookies.h http_Steer.h http_Content.h so that HTTPD thorn developers will be required to use this interface, rather than incorrectly explicitly including the source header files. * Protected SString against C++ name mangling * Gave exported functions the HTTP_ prefix * Wrote doc/Content.h * Fixed bug that disabled some steering functionality git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPDExtra/trunk@53 61ea717e-8e0c-4c3c-b38e-e9c67f54f1f1
Diffstat (limited to 'interface.ccl')
-rw-r--r--interface.ccl4
1 files changed, 3 insertions, 1 deletions
diff --git a/interface.ccl b/interface.ccl
index 78e878d..d5e46ea 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -3,4 +3,6 @@
implements: http_utils
-USES INCLUDE HEADER: HTTPDUtils.h
+USES INCLUDE HEADER: http_Auth.h
+USES INCLUDE HEADER: http_Content.h
+