.gitignore: add some more IDE / tools related file
[babeltrace.git] / src / bindings / python / bt2 / bt2 / native_bt_log_and_append_error.h
index 84c6717273e292d2c844feb5ede871197a18eb5b..2205772f989d4fd156ba30d286940b92dad489c3 100644 (file)
@@ -4,6 +4,9 @@
  * Copyright (c) 2017 Philippe Proulx <pproulx@efficios.com>
  */
 
+#ifndef BABELTRACE_BINDINGS_PYTHON_BT2_BT2_NATIVE_BT_LOG_AND_APPEND_ERROR_H
+#define BABELTRACE_BINDINGS_PYTHON_BT2_BT2_NATIVE_BT_LOG_AND_APPEND_ERROR_H
+
 #include <stdbool.h>
 
 #include "logging/comp-logging.h"
@@ -249,3 +252,5 @@ void logw_exception_clear(int active_log_level)
                false, NULL, NULL, NULL, NULL);
        PyErr_Clear();
 }
+
+#endif /* BABELTRACE_BINDINGS_PYTHON_BT2_BT2_NATIVE_BT_LOG_AND_APPEND_ERROR_H */
This page took 0.138304 seconds and 4 git commands to generate.