aboutsummaryrefslogtreecommitdiffstats
path: root/cgit.h
diff options
context:
space:
mode:
authorRamsay Jones <ramsay@ramsay1.demon.co.uk>2008-11-15 18:26:32 +0000
committerLars Hjemli <hjemli@gmail.com>2008-12-03 23:39:30 +0100
commit97fdac1608a0b4b07aae26b144c6ee7991e6c5eb (patch)
treee140bc09861b1d7a08a7fd7a3ef89e89b56b939e /cgit.h
parentui-repolist: handle empty agefiles (diff)
downloadcgit-97fdac1608a0b4b07aae26b144c6ee7991e6c5eb.tar.xz
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.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/cgit.h b/cgit.h
index 91db98a..92f0c5a 100644
--- a/cgit.h
+++ b/cgit.h
@@ -233,11 +233,5 @@ extern const char *cgit_repobasename(const char *reponame);
extern int cgit_parse_snapshots_mask(const char *str);
-/* libgit.a either links against or compiles its own implementation of
- * strcasestr(), and we'd like to reuse it. Simply re-declaring it
- * seems to do the trick.
- */
-extern char *strcasestr(const char *haystack, const char *needle);
-
#endif /* CGIT_H */