aboutsummaryrefslogtreecommitdiff
path: root/tcl_extras.h
diff options
context:
space:
mode:
Diffstat (limited to 'tcl_extras.h')
-rw-r--r--tcl_extras.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tcl_extras.h b/tcl_extras.h
index f4e72bf..e2406b9 100644
--- a/tcl_extras.h
+++ b/tcl_extras.h
@@ -67,7 +67,9 @@ t_pd* tclpd_get_instance_pd(const char* objectSequentialId);
t_text* tclpd_get_instance_text(const char* objectSequentialId);
t_object* tclpd_get_object(const char* objectSequentialId);
t_pd* tclpd_get_object_pd(const char* objectSequentialId);
+t_binbuf* tclpd_get_object_binbuf(const char* objectSequentialId);
t_glist* tclpd_get_glist(const char* objectSequentialId);
+t_atom* tclpd_binbuf_get_atom(t_binbuf* b, int n);
t_symbol* null_symbol();
void poststring2(const char* s);
extern void text_save(t_gobj *z, t_binbuf *b);