X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=exception.c;fp=exception.c;h=1c50321c2faa452555a734c2721ee5629b17d7a4;hb=57790bc8c558ccf2e57b3d973c043088232628c7;hp=0c248e169e4c4b45502a8d781df86b532e47801c;hpb=31e615a50b34f67bdf5562ad887415b2ec8796c8;p=libsigrokdecode.git diff --git a/exception.c b/exception.c index 0c248e1..1c50321 100644 --- a/exception.c +++ b/exception.c @@ -24,6 +24,7 @@ #include #include /* Python header not pulled in by default. */ +/** @private */ SRD_PRIV void srd_exception_catch(const char *format, ...) { PyObject *etype, *evalue, *etb, *py_str;