about summary refs log tree commit diff
path: root/misc/benc.h
diff options
context:
space:
mode:
Diffstat (limited to 'misc/benc.h')
-rw-r--r--misc/benc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/benc.h b/misc/benc.h
index 38a0fba..df100a8 100644
--- a/misc/benc.h
+++ b/misc/benc.h
@@ -17,6 +17,8 @@ int benc_isdct(const char *p);
 int benc_isint(const char *p);
 int benc_isstr(const char *p);
 
+int benc_strcmp(const char *str1, const char *str2);
+
 size_t benc_strlen(const char *p);
 size_t benc_length(const char *p);
 size_t benc_nelems(const char *p);