Unidiff1 files changed, 0 insertions, 1 deletions
|
diff --git a/cgit.h b/cgit.h index b58676b..e82e9aa 100644 --- a/ cgit.h+++ b/ cgit.h |
|
@@ -188,9 +188,8 @@ extern const char *cgit_version; |
188 | |
188 | |
189 | extern struct cgit_repolist cgit_repolist; |
189 | extern struct cgit_repolist cgit_repolist; |
190 | extern struct cgit_context ctx; |
190 | extern struct cgit_context ctx; |
191 | extern const struct cgit_snapshot_format cgit_snapshot_formats[]; |
191 | extern const struct cgit_snapshot_format cgit_snapshot_formats[]; |
192 | extern int cgit_cmd; |
| |
193 | |
192 | |
194 | extern struct cgit_repo *cgit_add_repo(const char *url); |
193 | extern struct cgit_repo *cgit_add_repo(const char *url); |
195 | extern struct cgit_repo *cgit_get_repoinfo(const char *url); |
194 | extern struct cgit_repo *cgit_get_repoinfo(const char *url); |
196 | extern void cgit_repo_config_cb(const char *name, const char *value); |
195 | extern void cgit_repo_config_cb(const char *name, const char *value); |
|