Port: normalize path in test_plugin_bt2
[babeltrace.git] / cli / logging.h
index b1aee09f06b48e06f1ebd75b3118f4934c1e24b1..ccc6c527e1b664ac64c52690217074c02cf204d7 100644 (file)
@@ -2,7 +2,7 @@
 #define CLI_LOGGING_H
 
 /*
- * Copyright 2017 Philippe Proulx <pproulx@efficios.com>
+ * Copyright (c) 2017 Philippe Proulx <pproulx@efficios.com>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
  * SOFTWARE.
  */
 
-#include <babeltrace/babeltrace-internal.h>
-
 #define BT_LOG_OUTPUT_LEVEL bt_cli_log_level
-
 #include <babeltrace/logging-internal.h>
 
-BT_HIDDEN
-int bt_cli_log_level;
+BT_LOG_LEVEL_EXTERN_SYMBOL(bt_cli_log_level);
 
 #endif /* CLI_LOGGING_H */
This page took 0.024564 seconds and 4 git commands to generate.