From 73df569a2b83a21324834acfa1e661843ecd18dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Fri, 26 Mar 2010 14:32:03 +0000 Subject: convenience functions these probably should go into a separate file svn path=/trunk/externals/iem/iemnet/; revision=13275 --- iemnet.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'iemnet.h') diff --git a/iemnet.h b/iemnet.h index 144bfda..95fb2e3 100644 --- a/iemnet.h +++ b/iemnet.h @@ -97,6 +97,22 @@ t_iemnet_receiver*iemnet__receiver_create(int sock, void*data, t_iemnet_receivec void iemnet__receiver_destroy(t_iemnet_receiver*); + + + +/* convenience functions */ + +/* output the address */ +void iemnet__addrout(t_outlet*status_outlet, t_outlet*address_outlet, long address, unsigned short port); + + + + + + + + + #if defined(_MSC_VER) # define IEMNET_EXTERN __declspec(dllexport) extern # define CCALL __cdecl -- cgit v1.2.1