param-validation: make symbols hidden
[babeltrace.git] / src / plugins / common / param-validation / param-validation.h
index 3113ff4debf6b8e5b78ea3b78822687c9c12d97e..27277edfa6ceff1d81f3948536daa46a6803e75d 100644 (file)
@@ -29,6 +29,8 @@
 
 #include <stdio.h> /* For __MINGW_PRINTF_FORMAT. */
 
+#include <common/macros.h>
+
 #ifdef __MINGW_PRINTF_FORMAT
 # define BT_PRINTF_FORMAT __MINGW_PRINTF_FORMAT
 #else
@@ -98,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.023697 seconds and 4 git commands to generate.