diff options
| author | kr.angelov <kr.angelov@gmail.com> | 2013-08-27 08:07:18 +0000 |
|---|---|---|
| committer | kr.angelov <kr.angelov@gmail.com> | 2013-08-27 08:07:18 +0000 |
| commit | d4289a6654cf8b492f0f78cae7a6c24d8689ca49 (patch) | |
| tree | 0c26a9780413e0bd410687ad551d5b6323567b5f /src/runtime/c/gu/string.h | |
| parent | 297587fa3856f479f83d075dc6a6b88d45f2345c (diff) | |
comparison for strings in libgu
Diffstat (limited to 'src/runtime/c/gu/string.h')
| -rw-r--r-- | src/runtime/c/gu/string.h | 3 |
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_ |
