summaryrefslogtreecommitdiff
path: root/src/libotutil/ot-tool-util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libotutil/ot-tool-util.h')
-rw-r--r--src/libotutil/ot-tool-util.h18
1 files changed, 4 insertions, 14 deletions
diff --git a/src/libotutil/ot-tool-util.h b/src/libotutil/ot-tool-util.h
index be15c010..6d0a1528 100644
--- a/src/libotutil/ot-tool-util.h
+++ b/src/libotutil/ot-tool-util.h
@@ -23,19 +23,9 @@
G_BEGIN_DECLS
-gboolean
-ot_parse_boolean (const char *value,
- gboolean *out_parsed,
- GError **error);
-gboolean
-ot_parse_keyvalue (const char *keyvalue,
- char **out_key,
- char **out_value,
- GError **error);
-gboolean
-ot_ptr_array_find_with_equal_func (GPtrArray *haystack,
- gconstpointer needle,
- GEqualFunc equal_func,
- guint *index_);
+gboolean ot_parse_boolean (const char *value, gboolean *out_parsed, GError **error);
+gboolean ot_parse_keyvalue (const char *keyvalue, char **out_key, char **out_value, GError **error);
+gboolean ot_ptr_array_find_with_equal_func (GPtrArray *haystack, gconstpointer needle,
+ GEqualFunc equal_func, guint *index_);
G_END_DECLS