diff options
Diffstat (limited to 'common/stringhelp.h')
-rw-r--r-- | common/stringhelp.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/common/stringhelp.h b/common/stringhelp.h index b6f4167f7..adf2f2060 100644 --- a/common/stringhelp.h +++ b/common/stringhelp.h @@ -61,9 +61,6 @@ int compare_filenames( const char *a, const char *b ); int hextobyte (const char *s); -char *sanitize_buffer (const void *p, size_t n, int delim); - - size_t utf8_charcount (const char *s, int len); |