lib: msg. iter. inactivity message has a simple CS, not a default CS
[babeltrace.git] / include / babeltrace2 / version.h
index 7138e94e9a896fddb54ae1f21975b6f58301a10a..1a15af439fb8f304ff1c5ffe39f2bcb506cd060a 100644 (file)
@@ -2,7 +2,7 @@
 #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
 
-extern int bt_version_get_major(void);
-extern int bt_version_get_minor(void);
-extern int bt_version_get_patch(void);
+extern unsigned int bt_version_get_major(void);
+extern unsigned int bt_version_get_minor(void);
+extern unsigned int bt_version_get_patch(void);
 extern const char *bt_version_get_extra(void);
 
 #ifdef __cplusplus
This page took 0.023889 seconds and 4 git commands to generate.