param-validation: make symbols hidden
[babeltrace.git] / src / plugins / common / param-validation / param-validation.h
index a78f997bb373055cbfbac03c5506bfb9efde3e56..27277edfa6ceff1d81f3948536daa46a6803e75d 100644 (file)
 
 #include <babeltrace2/babeltrace.h>
 #include <glib.h>
+#include <stdbool.h>
 
 #include <stdio.h> /* For __MINGW_PRINTF_FORMAT. */
 
+#include <common/macros.h>
+
 #ifdef __MINGW_PRINTF_FORMAT
 # define BT_PRINTF_FORMAT __MINGW_PRINTF_FORMAT
 #else
@@ -97,11 +100,13 @@ struct bt_param_validation_map_value_entry_descr {
        const struct bt_param_validation_value_descr value_descr;
 };
 
+BT_HIDDEN
 enum bt_param_validation_status bt_param_validation_validate(
                const bt_value *params,
                const struct bt_param_validation_map_value_entry_descr *entries,
                gchar **error);
 
+BT_HIDDEN
 __attribute__((format(BT_PRINTF_FORMAT, 2, 3)))
 enum bt_param_validation_status bt_param_validation_error(
                struct bt_param_validation_context *ctx,
This page took 0.02496 seconds and 4 git commands to generate.