summaryrefslogtreecommitdiff
path: root/wsutil/str_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'wsutil/str_util.h')
-rw-r--r--wsutil/str_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/wsutil/str_util.h b/wsutil/str_util.h
index 40ca44ed02..10d7e9025c 100644
--- a/wsutil/str_util.h
+++ b/wsutil/str_util.h
@@ -68,7 +68,7 @@ gchar *ascii_strup_inplace(gchar *str);
* @param str The string to be checked
* @return TRUE if the entire string is printable, otherwise FALSE
*/
-gboolean isprint_string(guchar *string);
+gboolean isprint_string(const guchar *string);
/** Check if an entire string consists of digits
*