aboutsummaryrefslogtreecommitdiffstats
path: root/url.h
diff options
context:
space:
mode:
Diffstat (limited to 'url.h')
-rw-r--r--url.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/url.h b/url.h
new file mode 100644
index 0000000..8654094
--- /dev/null
+++ b/url.h
@@ -0,0 +1,7 @@
+#ifndef CTIMELINE_URL_H
+#define CTIMELINE_URL_H
+
+string *url_get_param_name(const char **query);
+string *url_get_param_value(const char **query);
+
+#endif /* CTIMELINE_UI_COMMON_H */