]> Pileus Git - ~andy/ct/blobdiff - ct.h
Misc updates
[~andy/ct] / ct.h
diff --git a/ct.h b/ct.h
new file mode 100644 (file)
index 0000000..9b89350
--- /dev/null
+++ b/ct.h
@@ -0,0 +1,17 @@
+#ifndef CT_H
+#define CT_H
+
+/* Misc */
+void ct_print_header(const char *content_type, const char *charset);
+
+/* Environment */
+const gchar *ct_get_query_string(void);
+
+const gchar *ct_get_path_info(void);
+
+const GHashTable *ct_get_query(void);
+
+/* Markup escaping */
+void ct_use_escape(void);
+
+#endif