summaryrefslogtreecommitdiff
path: root/source3/lib/srprs.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/lib/srprs.h')
-rw-r--r--source3/lib/srprs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/srprs.h b/source3/lib/srprs.h
index c1aec13e4af..1b3d355c1fb 100644
--- a/source3/lib/srprs.h
+++ b/source3/lib/srprs.h
@@ -65,7 +65,7 @@ bool srprs_char(const char** ptr, char c);
*
* @return true if matched
*/
-bool srprs_str(const char** ptr, const char* str, size_t len);
+bool srprs_str(const char** ptr, const char* str, ssize_t len);
/**
* Match a single character from a set.