From edab184352cd14788a37c76dce147ac19f7464b4 Mon Sep 17 00:00:00 2001 From: "N.N." Date: Fri, 19 Sep 2003 12:19:32 +0000 Subject: *** empty log message *** svn path=/trunk/externals/miXed/; revision=1011 --- shared/unstable/forky.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shared/unstable/forky.h') diff --git a/shared/unstable/forky.h b/shared/unstable/forky.h index a32f8d6..bf59783 100644 --- a/shared/unstable/forky.h +++ b/shared/unstable/forky.h @@ -17,12 +17,12 @@ #define FORKY_WIDGETPADDING #else #define FORKY_WIDGETPADDING 0,0 -t_pd *pd_newest(void); #endif typedef void (*t_forkysavefn)(t_gobj *x, t_binbuf *bb); typedef void (*t_forkypropertiesfn)(t_gobj *x, t_glist *gl); +t_pd *forky_newobject(t_symbol *s, int ac, t_atom *av); void forky_setsavefn(t_class *c, t_forkysavefn fn); void forky_setpropertiesfn(t_class *c, t_forkypropertiesfn fn); int forky_hasfeeders(t_object *x, t_glist *glist, int inno, t_symbol *outsym); -- cgit v1.2.1