]> sigrok.org Git - libsigrokdecode.git/blobdiff - exception.c
GPL headers: Use correct project name.
[libsigrokdecode.git] / exception.c
index de31c5fa37f67fb5856b4303af1cd1c1db494214..cd9d2b267efe49bac893eb380c5552cd94647e4d 100644 (file)
@@ -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 <bert@biot.com>
  *
@@ -24,7 +24,8 @@
 #include <glib.h>
 #include <frameobject.h> /* Python header not pulled in by default. */
 
-SRD_PRIV void catch_exception(const char *format, ...)
+/** @private */
+SRD_PRIV void srd_exception_catch(const char *format, ...)
 {
        PyObject *etype, *evalue, *etb, *py_str;
        PyTracebackObject *py_tb;