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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/benc.h b/misc/benc.h
index 69c5f57..38a0fba 100644
--- a/misc/benc.h
+++ b/misc/benc.h
@@ -17,6 +17,7 @@ int benc_isdct(const char *p);
 int benc_isint(const char *p);
 int benc_isstr(const char *p);
 
+size_t benc_strlen(const char *p);
 size_t benc_length(const char *p);
 size_t benc_nelems(const char *p);