Move cgit_get_repoinfo into shared.c

This function will be usefull when parsing url arguments.

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Cette révision appartient à :
Lars Hjemli
2007-05-18 00:47:47 +02:00
Parent 08cc2e5f0e
révision 305414df12
3 fichiers modifiés avec 14 ajouts et 14 suppressions

1
cgit.h
Voir le fichier

@@ -112,6 +112,7 @@ extern int cgit_query_ofs;
extern int htmlfd;
extern struct repoinfo *cgit_get_repoinfo(const char *url);
extern void cgit_global_config_cb(const char *name, const char *value);
extern void cgit_repo_config_cb(const char *name, const char *value);
extern void cgit_querystring_cb(const char *name, const char *value);