From 9c0e19a3be2288db79e2502e5fa450c3e20a668d Mon Sep 17 00:00:00 2001 From: Guenter Geiger Date: Fri, 9 May 2003 16:04:00 +0000 Subject: This commit was generated by cvs2svn to compensate for changes in r610, which included commits to RCS files with non-trunk default branches. svn path=/trunk/; revision=611 --- pd/src/d_ugen.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'pd/src/d_ugen.c') diff --git a/pd/src/d_ugen.c b/pd/src/d_ugen.c index 68e931e6..2bc99936 100644 --- a/pd/src/d_ugen.c +++ b/pd/src/d_ugen.c @@ -23,14 +23,11 @@ #include "m_pd.h" +#include "m_imp.h" #include #include extern t_class *vinlet_class, *voutlet_class, *canvas_class; -int obj_nsiginlets(t_object *x); -int obj_siginletindex(t_object *x, int m); -int obj_nsigoutlets(t_object *x); -int obj_sigoutletindex(t_object *x, int m); t_sample *obj_findsignalscalar(t_object *x, int m); static int ugen_loud; EXTERN_STRUCT _vinlet; -- cgit v1.2.1