aboutsummaryrefslogtreecommitdiff
path: root/src/http_Content.h
diff options
context:
space:
mode:
authorallen <allen@1faa4e14-9dd3-4be0-9f0e-ffe519881164>2000-09-21 09:05:21 +0000
committerallen <allen@1faa4e14-9dd3-4be0-9f0e-ffe519881164>2000-09-21 09:05:21 +0000
commitdb8e32396434e839819e65add9747f4038b7bcbf (patch)
tree1f34563226bd56ce6b3c938a977c863f6a2a2019 /src/http_Content.h
parent07b6471179a5937d345bbabd23a2b2dd4ef6da0c (diff)
Added new default header
HTTP_ContentHeader takes an additional string arguement to contribute something to the header git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@71 1faa4e14-9dd3-4be0-9f0e-ffe519881164
Diffstat (limited to 'src/http_Content.h')
-rw-r--r--src/http_Content.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/http_Content.h b/src/http_Content.h
index cf995b5..c79b7a8 100644
--- a/src/http_Content.h
+++ b/src/http_Content.h
@@ -26,8 +26,8 @@ int HTTP_ContentLink(const char *URL,
int HTTP_ContentSendFromFile(httpRequest *request,
int filedes);
-void HTTP_ContentHeader(int choice, int len, char *header);
-void HTTP_ContentFooter(int choice, int len, char *footer);
+int HTTP_ContentHeader(cGH *cctkGH, int choice, int len, char *mess, char *menu);
+int HTTP_ContentFooter(cGH *cctkGH, int choice, int len, char *mess);
#ifdef __cplusplus
}