aboutsummaryrefslogtreecommitdiff
path: root/query.c
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2021-09-18 11:58:56 +0200
committerJohn Ankarström <john@ankarstrom.se>2021-09-18 11:58:56 +0200
commit973edb08ed5ff35644328c244d5d584f44a70591 (patch)
tree864b7e74297fafa44db93ce5c55888380282de56 /query.c
parentb67acafd615ae705a3e3682f87f35027789ddda5 (diff)
downloadcforum-973edb08ed5ff35644328c244d5d584f44a70591.tar.gz
Implement `add' functions
Diffstat (limited to 'query.c')
-rw-r--r--query.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/query.c b/query.c
index 9847f35..7947d59 100644
--- a/query.c
+++ b/query.c
@@ -5,9 +5,9 @@
#include "query.h"
/*
- * Return allocated string containing next query string parameter
- * ("key=value"). The string is truncated to max characters. If
- * truncation occurred, the -1th character of the string is set to 1.
+ * Return an allocated string containing the next query string parameter
+ * ("key=value"). The string is truncated to max characters. If truncation
+ * occurred, the -1th character of the string is set to 1.
*/
char *
nextparam(enum method method, int max)