Fix build with BUILT_IN_PLUGINS=1
[babeltrace.git] / include / babeltrace / logging-internal.h
index 21e3a0fd09b89b4c4efc31ecfb769860a85cad2c..d7a10a1339c8f0962e35231fad2aa4d4f102b774 100644 (file)
@@ -954,6 +954,8 @@ extern "C" {
  *   bt_log_set_output_v(BT_LOG_OUT_STDERR);
  */
 enum { BT_LOG_OUT_STDERR_MASK = BT_LOG_PUT_STD };
+
+BT_HIDDEN
 void bt_log_out_stderr_callback(const bt_log_message *const msg, void *arg);
 #define BT_LOG_OUT_STDERR BT_LOG_OUT_STDERR_MASK, 0, bt_log_out_stderr_callback
 
This page took 0.022448 seconds and 4 git commands to generate.