ip6: set local flag on outbound echo reply
[vpp.git] / src / vppinfra / unformat.c
index 4d9679b..0f6da4f 100644 (file)
@@ -835,7 +835,7 @@ unformat_skip_white_space (unformat_input_t * input)
   return n;
 }
 
-uword
+__clib_export uword
 va_unformat (unformat_input_t * input, const char *fmt, va_list * va)
 {
   const char *f;
@@ -1026,7 +1026,8 @@ unformat_init_command_line (unformat_input_t * input, char *argv[])
 }
 
 __clib_export void
-unformat_init_string (unformat_input_t * input, char *string, int string_len)
+unformat_init_string (unformat_input_t *input, const char *string,
+                     int string_len)
 {
   unformat_init (input, 0, 0);
   if (string_len > 0)