aboutsummaryrefslogtreecommitdiff
path: root/src/http_Content.h
diff options
context:
space:
mode:
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
}