X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=exception.c;h=1ce66a875db44b23f4024545defe5bf8f08ac054;hp=0c248e169e4c4b45502a8d781df86b532e47801c;hb=c1f86f02a149f46609273e1bd5b42696d544727a;hpb=aafeeaea1731a1e0c8322527ccb0e4cdcc5ffb01 diff --git a/exception.c b/exception.c index 0c248e1..1ce66a8 100644 --- a/exception.c +++ b/exception.c @@ -1,5 +1,5 @@ /* - * This file is part of the sigrok project. + * This file is part of the libsigrokdecode project. * * Copyright (C) 2012 Bert Vermeulen * @@ -17,13 +17,14 @@ * along with this program. If not, see . */ -#include "sigrokdecode.h" /* First, so we avoid a _POSIX_C_SOURCE warning. */ -#include "sigrokdecode-internal.h" +#include "libsigrokdecode.h" /* First, so we avoid a _POSIX_C_SOURCE warning. */ +#include "libsigrokdecode-internal.h" #include "config.h" #include #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;