diff options
author | Lars Hjemli | 2008-03-24 17:26:08 +0100 |
---|---|---|
committer | Lars Hjemli | 2008-03-24 17:26:08 +0100 |
commit | 163037e79c6cde1073d555dbeae2a095298e6101 (patch) | |
tree | 37f36b95772eff04683a7f7efc1c5c369b7bf905 /cgit.h | |
parent | a4d1ca1dc6ff8171694d9e2280b6075a1beced0c (diff) | |
download | cgit-163037e79c6cde1073d555dbeae2a095298e6101.tar.gz cgit-163037e79c6cde1073d555dbeae2a095298e6101.tar.bz2 cgit-163037e79c6cde1073d555dbeae2a095298e6101.zip |
Move non-generic functions from shared.c to cgit.c
Signed-off-by: Lars Hjemli <[email protected]>
Diffstat (limited to 'cgit.h')
-rw-r--r-- | cgit.h | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -191,11 +191,9 @@ 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; | 192 | extern int cgit_cmd; |
193 | 193 | ||
194 | extern void cgit_prepare_context(struct cgit_context *ctx); | 194 | extern struct cgit_repo *cgit_add_repo(const char *url); |
195 | extern struct cgit_repo *cgit_get_repoinfo(const char *url); | 195 | extern struct cgit_repo *cgit_get_repoinfo(const char *url); |
196 | extern void cgit_global_config_cb(const char *name, const char *value); | ||
197 | extern void cgit_repo_config_cb(const char *name, const char *value); | 196 | extern void cgit_repo_config_cb(const char *name, const char *value); |
198 | extern void cgit_querystring_cb(const char *name, const char *value); | ||
199 | 197 | ||
200 | extern int chk_zero(int result, char *msg); | 198 | extern int chk_zero(int result, char *msg); |
201 | extern int chk_positive(int result, char *msg); | 199 | extern int chk_positive(int result, char *msg); |