Fix: src.ctf.fs: initialize the other_entry variable
[babeltrace.git] / src / bindings / python / bt2 / bt2 / native_bt_error.i
index e70ebe69345e9d7c96217ba6c8a3e3b9c44e60c7..ad73753e1e1e89428ea24d4fbd1c637cf3432ec2 100644 (file)
  * We include current-thread.h here, because for now, it only contains
  * error-related things.
  */
-%include <babeltrace2/current-thread.h>
-%include <babeltrace2/error-const.h>
-%include <babeltrace2/error-cause-const.h>
+%include <babeltrace2/error-reporting.h>
 
+%{
+#include "native_bt_error.i.h"
+%}
+
+static
+PyObject *bt_bt2_format_bt_error_cause(const bt_error_cause *error_cause);
+
+static
+PyObject *bt_bt2_format_bt_error(const bt_error *error);
This page took 0.023431 seconds and 4 git commands to generate.