diff options
Diffstat (limited to 'exception.c')
-rw-r--r-- | exception.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exception.c b/exception.c index de31c5f..0c248e1 100644 --- a/exception.c +++ b/exception.c @@ -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; |