From 310f5363afe8ed31b6381ff002991d5c7cfa6d96 Mon Sep 17 00:00:00 2001 From: swhite Date: Tue, 13 Apr 2004 13:42:54 +0000 Subject: 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/HTTPD/trunk@192 1faa4e14-9dd3-4be0-9f0e-ffe519881164 --- src/http_Steer.h | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 src/http_Steer.h (limited to 'src/http_Steer.h') diff --git a/src/http_Steer.h b/src/http_Steer.h deleted file mode 100644 index 3c02842..0000000 --- a/src/http_Steer.h +++ /dev/null @@ -1,27 +0,0 @@ - /*@@ - @header http_Steer.h - @date Fri Sep 15 11:31:04 2000 - @author Tom Goodale - @desc - Webserver parameter steering routines. - @enddesc - @version $Header$ - @@*/ - -#ifndef __HTTP_STEER_H__ -#define __HTTP_STEER_H__ 1 - -#ifdef __cplusplus -extern "C" -{ -#endif - -int HTTP_SteerQueue(const char *thorn, const char *parameter, const char *value); - -int HTTP_SteerDispatch(void); - -#ifdef __cplusplus -} -#endif - -#endif /* __HTTP_STEER_H__ */ -- cgit v1.2.3