diff options
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h index 0faf7f69c..c9ca4dec0 100644 --- a/src/util.h +++ b/src/util.h @@ -118,4 +118,7 @@ extern int git__fnmatch(const char *pattern, const char *name, int flags); } \ } while (0) +extern int git__msort(void *b, size_t n, size_t s, + int (*cmp)(const void *, const void *)); + #endif /* INCLUDE_util_h__ */ |