aboutsummaryrefslogtreecommitdiff
path: root/src/zexy.h
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2007-03-08 13:10:54 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2007-03-08 13:10:54 +0000
commit75b7d3f788c462156b4e84170e3ab4e78187ae50 (patch)
tree35ff6a84a144e7c9a1f5f18499eb8d68c23d0d66 /src/zexy.h
parentefc81ddebf968cdbc91d74e627fbba339bd4987a (diff)
provide our own verbose() function, in case pd is lacking one;
this is important when compiling the zexy binary against newer pd-versions but really running it on outdated versions svn path=/trunk/externals/zexy/; revision=7480
Diffstat (limited to 'src/zexy.h')
-rw-r--r--src/zexy.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/zexy.h b/src/zexy.h
index a27b051..091fd5e 100644
--- a/src/zexy.h
+++ b/src/zexy.h
@@ -113,6 +113,12 @@ static void zexy_register(char*object){object=0;}
* btw, this finally makes zexy binary incompatible with older version
*/
# define z_verbose verbose
+
+/* when compiling zexy as library, we also provide now provide a dummy verbose() function,
+ * which will chime in, when pd is lacking one
+ * this should make zexy binary compatible with older pd versions again
+ */
+void verbose(int level, const char *fmt, ...);
#else
/*
* this might not work on compilers other than gcc