X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=cli%2Flogging.h;h=ccc6c527e1b664ac64c52690217074c02cf204d7;hb=1805e0b4b91b339a131f2463e241b706cad5a56f;hp=b1aee09f06b48e06f1ebd75b3118f4934c1e24b1;hpb=7213a328f67c65b4827a566e156fe9611562b29f;p=babeltrace.git diff --git a/cli/logging.h b/cli/logging.h index b1aee09f..ccc6c527 100644 --- a/cli/logging.h +++ b/cli/logging.h @@ -2,7 +2,7 @@ #define CLI_LOGGING_H /* - * Copyright 2017 Philippe Proulx + * Copyright (c) 2017 Philippe Proulx * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -23,13 +23,9 @@ * SOFTWARE. */ -#include - #define BT_LOG_OUTPUT_LEVEL bt_cli_log_level - #include -BT_HIDDEN -int bt_cli_log_level; +BT_LOG_LEVEL_EXTERN_SYMBOL(bt_cli_log_level); #endif /* CLI_LOGGING_H */