aboutsummaryrefslogtreecommitdiff
path: root/src/HTTPDUtils.h
blob: 6f18c4feeed388b3ce7848c295b92360153934c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
 /*@@
   @header    HTTPDUtils.h
   @date      April 7 2004
   @author    Steve White
   @desc 
   Routines exported by HTTPD to other thorns.
   @enddesc
   @version $Header$
 @@*/

#ifndef __HTTP_UTILS_H__
#define __HTTP_UTILS_H__ 1

#define HTTP_QUICKLINK 1

#include "http_Request.h"
#include "http_SString.h"
#include "http_Content.h"
#include "SString_Namespace.h"

#ifdef __cplusplus
extern "C" 
{
#endif

int SetHTML_ContentHeader(const cGH *cctkGH, int choice, String *mess,
                const String *menu);
int SetHTML_ContentFooter(const cGH *cctkGH, int choice, String *mess);

#ifdef __cplusplus
}
#endif

#endif