aboutsummaryrefslogtreecommitdiff
path: root/externals/vanilla/cputime.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/cputime.c
parent9a52b2ddf56513ef8a2b861916e46158e80414cc (diff)
fixed problems with setup functions
svn path=/trunk/; revision=14606
Diffstat (limited to 'externals/vanilla/cputime.c')
-rw-r--r--externals/vanilla/cputime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/vanilla/cputime.c b/externals/vanilla/cputime.c
index ba81b40d..c0dddc13 100644
--- a/externals/vanilla/cputime.c
+++ b/externals/vanilla/cputime.c
@@ -105,7 +105,7 @@ static void *cputime_new(void)
return (x);
}
-static void cputime_setup(void)
+void cputime_setup(void)
{
cputime_class = class_new(gensym("cputime"), (t_newmethod)cputime_new, 0,
sizeof(t_cputime), 0, 0);