summaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@microsoft.com>2013-05-31 16:30:09 -0500
committerRussell Belfer <rb@github.com>2013-06-17 10:03:15 -0700
commite3b4a47c1ebd55931cb25bf5c2af821df9b0bffa (patch)
tree55cbcaa130cf9559db1b48a09b2e236e28a92c86 /src/util.h
parentdfe8c8df3707b2773e376633c5908dc612e59d6a (diff)
downloadlibgit2-e3b4a47c1ebd55931cb25bf5c2af821df9b0bffa.tar.gz
git__strcasesort_cmp: strcasecmp sorting rules but requires strict equality
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h
index 1ef9e65b5..e0088399c 100644
--- a/src/util.h
+++ b/src/util.h
@@ -194,6 +194,8 @@ extern int git__strcasecmp(const char *a, const char *b);
extern int git__strncmp(const char *a, const char *b, size_t sz);
extern int git__strncasecmp(const char *a, const char *b, size_t sz);
+extern int git__strcasesort_cmp(const char *a, const char *b);
+
#include "thread-utils.h"
typedef struct {