]> git.deb.at Git - pkg/abook.git/blobdiff - misc.h
use strcoll instead of strcmp for sorting entries
[pkg/abook.git] / misc.h
diff --git a/misc.h b/misc.h
index 7cee12815f74a27b9cfc8748c7da9be9878f16ef..384b6cca8654555203e92f926833e9ce680c5881 100644 (file)
--- a/misc.h
+++ b/misc.h
@@ -9,7 +9,8 @@ char            *strtrim(char *);
 char           *mkstr (const char *format, ... );
 char           *strconcat (const char *str, ...);
 
-int            safe_strcmp(const char *s1, const char * s2);
+int            safe_strcmp(const char *s1, const char *s2);
+int            safe_strcoll(const char *s1, const char *s2);
 
 char           *my_getcwd();