]> gitweb.ps.run Git - ps-cgit/blobdiff - cgit.h
Rename config.c to parsing.c + move cgit_parse_query from cgit.c to parsing.c
[ps-cgit] / cgit.h
diff --git a/cgit.h b/cgit.h
index 7e4bfeff219442d64d6876a77a8fa855c376b38c..6c0aa3bd0d05f97312ed6ac9f95927e2f87cb3f8 100644 (file)
--- a/cgit.h
+++ b/cgit.h
@@ -56,6 +56,7 @@ extern void html_link_close(void);
 
 
 extern int cgit_read_config(const char *filename, configfn fn);
+extern int cgit_parse_query(char *txt, configfn fn);
 
 extern void cache_prepare(struct cacheitem *item);
 extern int cache_lock(struct cacheitem *item);