From 6129f96ce81d32b7884b3ada7c895a86c280f95a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Thu, 1 Apr 2010 07:21:24 +0000 Subject: exporting symbols; using objName svn path=/trunk/externals/iem/iemnet/; revision=13330 --- iemnet.h | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'iemnet.h') diff --git a/iemnet.h b/iemnet.h index a484ccd..38e4bec 100644 --- a/iemnet.h +++ b/iemnet.h @@ -245,7 +245,6 @@ void iemnet__socketout(t_outlet*status_outlet, t_outlet*socket_outlet, int sockf */ void iemnet__numconnout(t_outlet*status_outlet, t_outlet*numconn_outlet, int numconnections); - /** * output a list as a stream (serialize) * @@ -259,6 +258,18 @@ void iemnet__numconnout(t_outlet*status_outlet, t_outlet*numconn_outlet, int num */ void iemnet__streamout(t_outlet*outlet, int argc, t_atom*argv); +/** + * register an objectname and printout a banner + * + * this will printout a copyright notice + * additionally, it will return whether it has already been called for the given name + * + * \param name an objectname to "register" + * \return 1 if this function has been called the first time with the given name, 0 otherwise + * + */ +int iemnet__register(const char*name); + #if defined(_MSC_VER) # define snprintf _snprintf -- cgit v1.2.1