From d0f6986345970955d6390a6953c35babf587c262 Mon Sep 17 00:00:00 2001 From: "N.N." Date: Thu, 19 Feb 2004 22:23:18 +0000 Subject: many small improvements in toxy, plustot added svn path=/trunk/externals/miXed/; revision=1321 --- shared/unstable/fragile.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'shared/unstable/fragile.h') diff --git a/shared/unstable/fragile.h b/shared/unstable/fragile.h index 984fb0a..ad26384 100644 --- a/shared/unstable/fragile.h +++ b/shared/unstable/fragile.h @@ -9,6 +9,11 @@ int fragile_class_count(void); void fragile_class_printnames(char *msg, int firstndx, int lastndx); t_glist *fragile_garray_glist(void *arr); t_outconnect *fragile_outlet_connections(t_outlet *o); +t_outconnect *fragile_outlet_nextconnection(t_outconnect *last, + t_object **destp, int *innop); +t_object *fragile_outlet_destination(t_outlet *op, + int ntypes, t_symbol **types, + t_pd *caller, char *errand); t_sample *fragile_inlet_signalscalar(t_inlet *i); #endif -- cgit v1.2.1