]> sigrok.org Git - libsigrokdecode.git/blobdiff - exception.c
srd: onewire_link/network: Fix annotations, small cleanups.
[libsigrokdecode.git] / exception.c
index de31c5fa37f67fb5856b4303af1cd1c1db494214..0c248e169e4c4b45502a8d781df86b532e47801c 100644 (file)
@@ -24,7 +24,7 @@
 #include <glib.h>
 #include <frameobject.h> /* 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;