Normalize C/C++ include guards
[babeltrace.git] / src / lib / func-status.h
index 1da2097b7517318cc2957cba442f0c823f50668d..0f366cab3d645c50e93bebf0084ef7775209b8da 100644 (file)
@@ -4,8 +4,8 @@
  * Copyright (c) 2019 Philippe Proulx <pproulx@efficios.com>
  */
 
-#ifndef BABELTRACE_FUNC_STATUS_INTERNAL_H
-#define BABELTRACE_FUNC_STATUS_INTERNAL_H
+#ifndef BABELTRACE_LIB_FUNC_STATUS_H
+#define BABELTRACE_LIB_FUNC_STATUS_H
 
 #define __BT_IN_BABELTRACE_H
 #include <babeltrace2/func-status.h>
@@ -26,4 +26,4 @@
 #define BT_FUNC_STATUS_OK              __BT_FUNC_STATUS_OK
 #define BT_FUNC_STATUS_OVERFLOW_ERROR  __BT_FUNC_STATUS_OVERFLOW_ERROR
 
-#endif /* BABELTRACE_FUNC_STATUS_INTERNAL_H */
+#endif /* BABELTRACE_LIB_FUNC_STATUS_H */
This page took 0.023745 seconds and 4 git commands to generate.