aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorswhite <swhite@1faa4e14-9dd3-4be0-9f0e-ffe519881164>2004-04-06 17:45:56 +0000
committerswhite <swhite@1faa4e14-9dd3-4be0-9f0e-ffe519881164>2004-04-06 17:45:56 +0000
commit5b350aa4013f4ece2f0b92d2da0fde1e8ca164c5 (patch)
treebc83e5d60077d71f2af47ce0393134a939124a1f
parent89b88d27b20641e04cd1c2714c299d8908822b54 (diff)
straggler
git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@188 1faa4e14-9dd3-4be0-9f0e-ffe519881164
-rw-r--r--src/http_SString.h32
1 files changed, 32 insertions, 0 deletions
diff --git a/src/http_SString.h b/src/http_SString.h
new file mode 100644
index 0000000..3244666
--- /dev/null
+++ b/src/http_SString.h
@@ -0,0 +1,32 @@
+ /*@@
+ @header http_Content.h
+ @date Sun Sep 17 14:19:23 2000
+ @author Tom Goodale
+ @desc
+ Routines exported by the Content stuff.
+ @enddesc
+ @version $Header$
+ @@*/
+
+#ifndef __HTTP_SSTRING_H__
+#define __HTTP_SSTRING_H__ 1
+
+#define STRING_NAMESPACE 1
+#include "SString.h"
+
+#define EMPTYSTRING {'\0'}
+
+#ifdef __cplusplus
+extern "C"
+{
+#endif
+
+void SetHTML_Doctype( String *header);
+void SetHTML_HeadHeader( String *header);
+
+int Send_HTTP_String(httpRequest *request, const String* message);
+#ifdef __cplusplus
+}
+#endif
+
+#endif