diff options
author | Ramsay Jones | 2008-11-15 18:26:32 +0000 |
---|---|---|
committer | Lars Hjemli | 2008-12-03 23:39:30 +0100 |
commit | 97fdac1608a0b4b07aae26b144c6ee7991e6c5eb (patch) | |
tree | e140bc09861b1d7a08a7fd7a3ef89e89b56b939e /cgit.h | |
parent | c7d1402b177f4cf835e81f962e2faa3c9e28c549 (diff) | |
download | cgit-97fdac1608a0b4b07aae26b144c6ee7991e6c5eb.tar.gz cgit-97fdac1608a0b4b07aae26b144c6ee7991e6c5eb.tar.bz2 cgit-97fdac1608a0b4b07aae26b144c6ee7991e6c5eb.zip |
Extra cygwin-specific changes
Signed-off-by: Ramsay Jones <ramsay@ramsay1.demon.co.uk>
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'cgit.h')
-rw-r--r-- | cgit.h | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -233,11 +233,5 @@ 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 */ |