aboutsummaryrefslogtreecommitdiff
path: root/src/Content.h
diff options
context:
space:
mode:
authorgoodale <goodale@1faa4e14-9dd3-4be0-9f0e-ffe519881164>2004-05-17 12:40:46 +0000
committergoodale <goodale@1faa4e14-9dd3-4be0-9f0e-ffe519881164>2004-05-17 12:40:46 +0000
commit2d5a751508e185bfa7083c78fc38b6fc25e9ab54 (patch)
treeb795029d97a1796d00227b04a9277d5d078acdba /src/Content.h
parentee9aa83b4b377ab5e18eeff6612f7ab15b3ecf3f (diff)
Untabified.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@207 1faa4e14-9dd3-4be0-9f0e-ffe519881164
Diffstat (limited to 'src/Content.h')
-rw-r--r--src/Content.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Content.h b/src/Content.h
index d979ef7..cffabca 100644
--- a/src/Content.h
+++ b/src/Content.h
@@ -30,7 +30,7 @@ int HTTP_ContentLink(const char *URL,
int HTTP_ContentSendFromFile(httpRequest *request, int filedes);
int HTTP_ContentHeader(const cGH *cctkGH, int choice, int len, char *mess,
- const char *menu);
+ const char *menu);
int HTTP_ContentFooter(const cGH *cctkGH, int choice, int len, char *mess);
int HTTP_SetContentHeaderString(const cGH *cctkGH, int choice, String *mess,