mirror of
https://git.zx2c4.com/cgit
synced 2025-08-02 09:05:01 +02:00
Rename config.c to parsing.c + move cgit_parse_query from cgit.c to parsing.c
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
This commit is contained in:
parent
318d106300
commit
51ada4fda2
4 changed files with 29 additions and 28 deletions
1
cgit.h
1
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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue