Merge branch 'jk/daemon-tolower'

* jk/daemon-tolower:
  daemon/config: factor out duplicate xstrdup_tolower
This commit is contained in:
Junio C Hamano
2014-06-16 10:07:14 -07:00
4 changed files with 16 additions and 22 deletions

View File

@ -183,4 +183,6 @@ extern int printf_ln(const char *fmt, ...);
__attribute__((format (printf,2,3)))
extern int fprintf_ln(FILE *fp, const char *fmt, ...);
char *xstrdup_tolower(const char *);
#endif /* STRBUF_H */