aboutsummaryrefslogtreecommitdiff
path: root/externals/vanilla/pipe.c
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-12-13 02:19:54 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-12-13 02:19:54 +0000
commit60a6ee6cf6b7c626067769e35d88f13853414d18 (patch)
tree5866a0e2dd31b6397f180bf1798d05a5f1cd066e /externals/vanilla/pipe.c
parent9a52b2ddf56513ef8a2b861916e46158e80414cc (diff)
fixed problems with setup functions
svn path=/trunk/; revision=14606
Diffstat (limited to 'externals/vanilla/pipe.c')
-rw-r--r--externals/vanilla/pipe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/vanilla/pipe.c b/externals/vanilla/pipe.c
index 843fd732..78d3bba0 100644
--- a/externals/vanilla/pipe.c
+++ b/externals/vanilla/pipe.c
@@ -229,7 +229,7 @@ static void pipe_clear(t_pipe *x)
}
}
-static void pipe_setup(void)
+void pipe_setup(void)
{
pipe_class = class_new(gensym("pipe"),
(t_newmethod)pipe_new, (t_method)pipe_clear,