From 51ada4fda2b47710351e6e4da8a95807d6d9f729 Mon Sep 17 00:00:00 2001
From: Lars Hjemli
Date: Mon, 11 Dec 2006 16:11:40 +0100
Subject: Rename config.c to parsing.c + move cgit_parse_query from cgit.c to
 parsing.c

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
---
 cgit.h | 1 +
 1 file changed, 1 insertion(+)

(limited to 'cgit.h')

diff --git a/cgit.h b/cgit.h
index 7e4bfef..6c0aa3b 100644
--- 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);
-- 
cgit v1.2.3-54-g00ecf