summaryrefslogtreecommitdiff
path: root/src/runtime/c/gu/string.h
diff options
context:
space:
mode:
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_