]> git.tuebingen.mpg.de Git - adu.git/blobdiff - string.h
Make parse_format_string() return int.
[adu.git] / string.h
index 7229b7d9d87fc3cb7452705d3215e225088f21c2..080356527ee44e3f75b92c32d1219ad781857afe 100644 (file)
--- a/string.h
+++ b/string.h
@@ -10,6 +10,7 @@ __must_check __malloc void *adu_realloc(void *p, size_t size);
 __must_check __malloc void *adu_malloc(size_t size);
 __must_check __malloc void *adu_calloc(size_t size);
 __must_check __malloc char *adu_strdup(const char *s);
+__must_check __malloc char *adu_strcat(char *a, const char *b);
 __must_check __malloc __printf_1_2 char *make_message(const char *fmt, ...);
 __must_check int atoi64(const char *str, int64_t *result);
 int parse_uid_arg(const char *orig_arg, struct uid_range **ur);