lib: make message iterator creation functions return a status
[babeltrace.git] / include / babeltrace2 / logging.h
index 5e5bc3c58470748b1f071521279f487ddee05246..ae03d8d1c225d6c47c1ef9d5d67e9695097b7dcb 100644 (file)
@@ -2,7 +2,7 @@
 #define BABELTRACE2_LOGGING_H
 
 /*
- * Copyright (c) 2017 Philippe Proulx <pproulx@efficios.com>
+ * Copyright (c) 2010-2019 EfficiOS Inc. and Linux Foundation
  *
  * 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.
  */
 
+#ifndef __BT_IN_BABELTRACE_H
+# error "Please include <babeltrace2/babeltrace.h> instead."
+#endif
+
 #include <stdint.h>
 #include <stdbool.h>
 #include <stddef.h>
This page took 0.023556 seconds and 4 git commands to generate.