Index: common/include/str.h
===================================================================
--- common/include/str.h	(revision 45adeeb6f146353989d5501fff8cf3e780e5dbea)
+++ common/include/str.h	(revision 3e4be0d7933b430455553a7e041689d95d33c1e3)
@@ -149,4 +149,6 @@
 extern char *str_tok(char *, const char *, char **);
 
+extern size_t str_sanitize(char *, size_t, uint8_t);
+
 extern errno_t str_uint8_t(const char *, const char **, unsigned int, bool,
     uint8_t *);
@@ -165,6 +167,4 @@
 extern void bin_order_suffix(const uint64_t, uint64_t *, const char **, bool);
 
-extern size_t str_sanitize(char *str, size_t n, uint8_t replacement);
-
 /*
  * TODO: Get rid of this.
