X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=exception.c;h=0c248e169e4c4b45502a8d781df86b532e47801c;hp=de31c5fa37f67fb5856b4303af1cd1c1db494214;hb=aafeeaea1731a1e0c8322527ccb0e4cdcc5ffb01;hpb=b33b8aa56ec27edf57cd7dc3d735370f60bfe13d diff --git a/exception.c b/exception.c index de31c5f..0c248e1 100644 --- a/exception.c +++ b/exception.c @@ -24,7 +24,7 @@ #include #include /* Python header not pulled in by default. */ -SRD_PRIV void catch_exception(const char *format, ...) +SRD_PRIV void srd_exception_catch(const char *format, ...) { PyObject *etype, *evalue, *etb, *py_str; PyTracebackObject *py_tb;