aboutsummaryrefslogtreecommitdiff
path: root/tcl_extras.h
diff options
context:
space:
mode:
Diffstat (limited to 'tcl_extras.h')
-rw-r--r--tcl_extras.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tcl_extras.h b/tcl_extras.h
index a540dad..4ddb56e 100644
--- a/tcl_extras.h
+++ b/tcl_extras.h
@@ -42,6 +42,7 @@ t_class* tclpd_class_new(char *name, int flags);
t_tcl* tclpd_new(t_symbol *classsym, int ac, t_atom *at);
void tclpd_free (t_tcl *self);
void tclpd_anything(t_tcl *self, t_symbol *s, int ac, t_atom *at);
+void tclpd_add_proxyinlet(t_object* o, t_proxyinlet* i);
t_pd* tclpd_get_instance(const char* objectSequentialId);
t_object* tclpd_get_object(const char* objectSequentialId);
t_pd* tclpd_get_object_pd(const char* objectSequentialId);