summaryrefslogtreecommitdiffstats
path: root/src/vppinfra/format.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vppinfra/format.h')
-rw-r--r--src/vppinfra/format.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/vppinfra/format.h b/src/vppinfra/format.h
index cf5e1f6dcce..24511735a53 100644
--- a/src/vppinfra/format.h
+++ b/src/vppinfra/format.h
@@ -312,6 +312,10 @@ unformat_function_t unformat_memory_size;
/* Unformat C string array, takes array length as 2nd argument */
unformat_function_t unformat_c_string_array;
+/* Unformat sigle and double quoted string */
+unformat_function_t unformat_single_quoted_string;
+unformat_function_t unformat_double_quoted_string;
+
/* Format base 10 e.g. 100, 100K, 100M, 100G */
u8 *format_base10 (u8 *s, va_list *va);