aboutsummaryrefslogtreecommitdiff
path: root/iemnet.h
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2010-09-20 15:06:47 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2010-09-20 15:06:47 +0000
commit8a38a19406c98c8dab3f5c81cec8c8b20fc3729b (patch)
tree00463cd3bf887f7b800dd759f09c7049dda3fd29 /iemnet.h
parent004c18e8c169407a419460bdc5d160fdb1880203 (diff)
global debuglevel
svn path=/trunk/externals/iem/iemnet/; revision=14164
Diffstat (limited to 'iemnet.h')
-rw-r--r--iemnet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/iemnet.h b/iemnet.h
index 7e3d76c..4388583 100644
--- a/iemnet.h
+++ b/iemnet.h
@@ -238,7 +238,7 @@ int iemnet__register(const char*name);
#ifdef IEMNET_HAVE_DEBUG
# undef IEMNET_HAVE_DEBUG
#endif
-int debuglevel;
+extern int debuglevel;
void iemnet_debuglevel(void*,t_float);
#define DEBUGMETHOD(c) class_addmethod(c, (t_method)iemnet_debuglevel, gensym("debug"), A_FLOAT, 0)