Extra cygwin-specific changes

Signed-off-by: Ramsay Jones <ramsay@ramsay1.demon.co.uk>
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
This commit is contained in:
Ramsay Jones
2008-11-15 18:26:32 +00:00
کامیت شده توسط Lars Hjemli
والد c7d1402b17
کامیت 97fdac1608
2فایلهای تغییر یافته به همراه23 افزوده شده و 6 حذف شده

6
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 */