From 519a19844437310ecce7a9295df7f1bcfe534282 Mon Sep 17 00:00:00 2001 From: mescalinum Date: Tue, 15 Nov 2011 14:17:58 +0000 Subject: fixed binbuf support svn path=/trunk/externals/loaders/tclpd/; revision=15751 --- tclpd.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tclpd.h') diff --git a/tclpd.h b/tclpd.h index 20afc83..ff25106 100644 --- a/tclpd.h +++ b/tclpd.h @@ -51,9 +51,6 @@ extern int Tclpd_SafeInit(Tcl_Interp *interp); /* tcl_typemap.c */ int tcl_to_pdatom(Tcl_Obj *input, t_atom *output); int tcl_to_pdsymbol(Tcl_Obj *input, t_symbol **output); -const char * pdatom_type_string(t_atom *a); -const char * pdatom_symbol_value(t_atom *a); -float pdatom_float_value(t_atom *a); int pdatom_to_tcl(t_atom *input, Tcl_Obj **output); int pdsymbol_to_tcl(t_symbol *input, Tcl_Obj **output); @@ -88,6 +85,7 @@ 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_atom * binbuf_getatom(t_binbuf *x, int index); t_object * CAST_t_object(t_object *o); t_pd * CAST_t_pd(t_pd *o); t_text * CAST_t_text(t_text *o); -- cgit v1.2.1