Extra cygwin-specific changes

Signed-off-by: Ramsay Jones <ramsay@ramsay1.demon.co.uk>
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
这个提交包含在:
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 */