aboutsummaryrefslogtreecommitdiff
path: root/query.h
diff options
context:
space:
mode:
Diffstat (limited to 'query.h')
-rw-r--r--query.h12
1 files changed, 9 insertions, 3 deletions
diff --git a/query.h b/query.h
index 81662a8..98fedb0 100644
--- a/query.h
+++ b/query.h
@@ -1,4 +1,10 @@
-char *qs;
+#define TRUNCATED(s) s[-1]
-void setqs(void);
-char *query(char *); \ No newline at end of file
+struct query{
+ int post;
+ char *string;
+} query;
+
+char *nextparam(int);
+void setquery(void);
+char *split(char *); \ No newline at end of file