]> Pileus Git - ~andy/ct/blob - ct.h
Add timestamp checking
[~andy/ct] / ct.h
1 #ifndef CT_H
2 #define CT_H
3
4 /* Misc */
5 void ct_print_header(const char *content_type, const char *charset);
6
7 /* Environment */
8 const gchar *ct_get_query_string(void);
9
10 const gchar *ct_get_path_info(void);
11
12 const GHashTable *ct_get_query(void);
13
14 /* Markup escaping */
15 void ct_use_escape(void);
16
17 #endif