Unidiff1 files changed, 1 insertions, 0 deletions
|
diff --git a/cgit.h b/cgit.h index f3d783e..a38981d 100644 --- a/ cgit.h+++ b/ cgit.h |
|
@@ -112,6 +112,7 @@ extern int cgit_query_ofs; |
112 | |
112 | |
113 | extern int htmlfd; |
113 | extern int htmlfd; |
114 | |
114 | |
| |
115 | extern struct repoinfo *cgit_get_repoinfo(const char *url); |
115 | extern void cgit_global_config_cb(const char *name, const char *value); |
116 | extern void cgit_global_config_cb(const char *name, const char *value); |
116 | extern void cgit_repo_config_cb(const char *name, const char *value); |
117 | extern void cgit_repo_config_cb(const char *name, const char *value); |
117 | extern void cgit_querystring_cb(const char *name, const char *value); |
118 | extern void cgit_querystring_cb(const char *name, const char *value); |
|