summaryrefslogtreecommitdiff
path: root/src/runtime/c/gu/string.h
diff options
context:
space:
mode:
authorkr.angelov <kr.angelov@gmail.com>2013-08-27 08:07:18 +0000
committerkr.angelov <kr.angelov@gmail.com>2013-08-27 08:07:18 +0000
commitd4289a6654cf8b492f0f78cae7a6c24d8689ca49 (patch)
tree0c26a9780413e0bd410687ad551d5b6323567b5f /src/runtime/c/gu/string.h
parent297587fa3856f479f83d075dc6a6b88d45f2345c (diff)
comparison for strings in libgu
Diffstat (limited to 'src/runtime/c/gu/string.h')
-rw-r--r--src/runtime/c/gu/string.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/runtime/c/gu/string.h b/src/runtime/c/gu/string.h
index a8376d335..c66359736 100644
--- a/src/runtime/c/gu/string.h
+++ b/src/runtime/c/gu/string.h
@@ -85,6 +85,9 @@ extern GuHasher gu_string_hasher[1];
bool
gu_string_eq(GuString s1, GuString s2);
+
+int
+gu_string_cmp(GuString s1, GuString s2);
#endif
#ifdef GU_TYPE_H_