lib: make message iterator creation functions return a status
[babeltrace.git] / include / babeltrace2 / version.h
index 7fed407a92c6a27b0a57efc21897e3c03a2e06df..1558385738d0c16603fb5b076cd0fee6cde76781 100644 (file)
@@ -1,8 +1,8 @@
-#ifndef BABELTRACE_VERSION_H
-#define BABELTRACE_VERSION_H
+#ifndef BABELTRACE2_VERSION_H
+#define BABELTRACE2_VERSION_H
 
 /*
- * Copyright 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
+
 #ifdef __cplusplus
 extern "C" {
 #endif
@@ -36,4 +40,4 @@ extern const char *bt_version_get_extra(void);
 }
 #endif
 
-#endif /* BABELTRACE_VERSION_H */
+#endif /* BABELTRACE2_VERSION_H */
This page took 0.024135 seconds and 4 git commands to generate.