diff options
author | N.N. <krzyszcz@users.sourceforge.net> | 2005-03-12 00:19:13 +0000 |
---|---|---|
committer | N.N. <krzyszcz@users.sourceforge.net> | 2005-03-12 00:19:13 +0000 |
commit | 3573488ef227bd7719eae892c72784cace95ffd4 (patch) | |
tree | 025299aeb3ad4574da705d836a396483cab229be /shared/common/loud.h | |
parent | 1eef182b31a4cb2f55e26e7527469fc2902368a3 (diff) |
cyclone alpha54 and toxy alpha16 (see notes.txt for cyclone, toxy and shared)
svn path=/trunk/externals/miXed/; revision=2618
Diffstat (limited to 'shared/common/loud.h')
-rw-r--r-- | shared/common/loud.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shared/common/loud.h b/shared/common/loud.h index 64388c1..297b9c1 100644 --- a/shared/common/loud.h +++ b/shared/common/loud.h @@ -45,6 +45,7 @@ t_loudcontext *loudx_newcontext(t_pd *caller, char *callername, void loudbug_post(char *fmt, ...); void loudbug_startpost(char *fmt, ...); +void loudbug_stringpost(char *s); void loudbug_endpost(void); void loudbug_postatom(int ac, t_atom *av); void loudbug_postbinbuf(t_binbuf *bb); |