author | Lars Hjemli <hjemli@gmail.com> | 2008-12-05 18:13:32 (UTC) |
---|---|---|
committer | Lars Hjemli <hjemli@gmail.com> | 2008-12-05 18:13:32 (UTC) |
commit | d2592a2cb5ca202d9825d8f1ca6f4a712ea8fe2b (patch) (unidiff) | |
tree | 93198341d83438fce50ffeda19b2510138b7b2e5 /cgit.h | |
parent | a1b01b2513510f8f93f7f8ca39969002cd496a19 (diff) | |
parent | 14b4e108a73b09ce9b6df2c7f2e417305ad68cf4 (diff) | |
download | cgit-d2592a2cb5ca202d9825d8f1ca6f4a712ea8fe2b.zip cgit-d2592a2cb5ca202d9825d8f1ca6f4a712ea8fe2b.tar.gz cgit-d2592a2cb5ca202d9825d8f1ca6f4a712ea8fe2b.tar.bz2 |
Merge branch 'rj/buildtweaks' into stable
-rw-r--r-- | cgit.h | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -224,20 +224,14 @@ extern void cgit_diff_tree(const unsigned char *old_sha1, | |||
224 | extern void cgit_diff_commit(struct commit *commit, filepair_fn fn); | 224 | extern void cgit_diff_commit(struct commit *commit, filepair_fn fn); |
225 | 225 | ||
226 | extern char *fmt(const char *format,...); | 226 | extern char *fmt(const char *format,...); |
227 | 227 | ||
228 | extern struct commitinfo *cgit_parse_commit(struct commit *commit); | 228 | extern struct commitinfo *cgit_parse_commit(struct commit *commit); |
229 | extern struct taginfo *cgit_parse_tag(struct tag *tag); | 229 | extern struct taginfo *cgit_parse_tag(struct tag *tag); |
230 | extern void cgit_parse_url(const char *url); | 230 | extern void cgit_parse_url(const char *url); |
231 | 231 | ||
232 | extern const char *cgit_repobasename(const char *reponame); | 232 | extern const char *cgit_repobasename(const char *reponame); |
233 | 233 | ||
234 | extern int cgit_parse_snapshots_mask(const char *str); | 234 | extern int cgit_parse_snapshots_mask(const char *str); |
235 | 235 | ||
236 | /* libgit.a either links against or compiles its own implementation of | ||
237 | * strcasestr(), and we'd like to reuse it. Simply re-declaring it | ||
238 | * seems to do the trick. | ||
239 | */ | ||
240 | extern char *strcasestr(const char *haystack, const char *needle); | ||
241 | |||
242 | 236 | ||
243 | #endif /* CGIT_H */ | 237 | #endif /* CGIT_H */ |