diff options
Diffstat (limited to 'src/util.h')
| -rw-r--r-- | src/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h index 3c606493f..3dcdc3674 100644 --- a/src/util.h +++ b/src/util.h @@ -16,6 +16,7 @@ #define git__calloc calloc #define git__realloc realloc #define git__strdup strdup +#define git__strndup strndup extern int git__fmt(char *, size_t, const char *, ...) GIT_FORMAT_PRINTF(3, 4); |
