summaryrefslogtreecommitdiff
path: root/exception.c
diff options
context:
space:
mode:
Diffstat (limited to 'exception.c')
-rw-r--r--exception.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/exception.c b/exception.c
index 0c248e1..1c50321 100644
--- a/exception.c
+++ b/exception.c
@@ -24,6 +24,7 @@
#include <glib.h>
#include <frameobject.h> /* Python header not pulled in by default. */
+/** @private */
SRD_PRIV void srd_exception_catch(const char *format, ...)
{
PyObject *etype, *evalue, *etb, *py_str;