X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=src%2Fbindings%2Fpython%2Fbt2%2Fbt2%2Fnative_bt_error.i;h=1ccf6c4abc1e48bcd12e07637feeb60070682a91;hp=e70ebe69345e9d7c96217ba6c8a3e3b9c44e60c7;hb=7d30475f16814c503a3f3188de7bc85dd029d887;hpb=2efcc711c0d55d090def3c10365cd87c2a2e5511 diff --git a/src/bindings/python/bt2/bt2/native_bt_error.i b/src/bindings/python/bt2/bt2/native_bt_error.i index e70ebe69..1ccf6c4a 100644 --- a/src/bindings/python/bt2/bt2/native_bt_error.i +++ b/src/bindings/python/bt2/bt2/native_bt_error.i @@ -29,3 +29,12 @@ %include %include +%{ +#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);