diff options
author | N.N. <krzyszcz@users.sourceforge.net> | 2003-09-16 09:09:20 +0000 |
---|---|---|
committer | N.N. <krzyszcz@users.sourceforge.net> | 2003-09-16 09:09:20 +0000 |
commit | 35bd7fea4a08beb15820a07361c089dde0bc8a68 (patch) | |
tree | 73064bcb436e7ebbf3b207347003edfb512eae8e /shared/unstable/forky.h | |
parent | 49cc44f855c16ae11988e9ff3739fdc01ac8aebe (diff) |
*** empty log message ***
svn path=/trunk/externals/miXed/; revision=976
Diffstat (limited to 'shared/unstable/forky.h')
-rw-r--r-- | shared/unstable/forky.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/shared/unstable/forky.h b/shared/unstable/forky.h index df27690..cd0dbd8 100644 --- a/shared/unstable/forky.h +++ b/shared/unstable/forky.h @@ -19,9 +19,11 @@ #define FORKY_WIDGETPADDING 0,0 #endif -typedef void (*t_forkysavefn)(t_gobj *x, t_binbuf *b); +typedef void (*t_forkysavefn)(t_gobj *x, t_binbuf *bb); +typedef void (*t_forkypropertiesfn)(t_gobj *x, t_glist *gl); 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); t_int forky_getbitmask(int ac, t_atom *av); |