From 5aef03b3a165b309622f6d051bd4d53c42b4532d Mon Sep 17 00:00:00 2001 From: Guenter Geiger Date: Mon, 25 Nov 2002 10:47:53 +0000 Subject: This commit was generated by cvs2svn to compensate for changes in r232, which included commits to RCS files with non-trunk default branches. svn path=/trunk/; revision=233 --- pd/src/m_obj.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'pd/src/m_obj.c') diff --git a/pd/src/m_obj.c b/pd/src/m_obj.c index 6b9ea932..6e3e1c19 100644 --- a/pd/src/m_obj.c +++ b/pd/src/m_obj.c @@ -384,6 +384,12 @@ void outlet_anything(t_outlet *x, t_symbol *s, int argc, t_atom *argv) typedmess(oc->oc_to, s, argc, argv); } + /* get the outlet's declared symbol */ +t_symbol *outlet_getsymbol(t_outlet *x) +{ + return (x->o_sym); +} + void outlet_free(t_outlet *x) { t_object *y = x->o_owner; -- cgit v1.2.1