lib: add bt_{graph,query_executor}_add_interrupter()
[babeltrace.git] / include / babeltrace2 / property.h
index cc3906b449680c715f1384ec045335c9ee399b7c..369f5209640ac9eb27eb4f51277c7c27cfe76374 100644 (file)
@@ -1,8 +1,8 @@
-#ifndef BABELTRACE_PROPERTY_H
-#define BABELTRACE_PROPERTY_H
+#ifndef BABELTRACE2_PROPERTY_H
+#define BABELTRACE2_PROPERTY_H
 
 /*
- * Copyright (c) 2018 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
+
 #ifdef __cplusplus
 extern "C" {
 #endif
@@ -36,4 +40,4 @@ typedef enum bt_property_availability {
 }
 #endif
 
-#endif /* BABELTRACE_PROPERTY_H */
+#endif /* BABELTRACE2_PROPERTY_H */
This page took 0.025253 seconds and 4 git commands to generate.