aboutsummaryrefslogtreecommitdiff
path: root/iemnet.h
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2010-03-26 14:32:03 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2010-03-26 14:32:03 +0000
commit73df569a2b83a21324834acfa1e661843ecd18dc (patch)
tree55b88619c01d5c13fe06e126e53fc3f1059ab7b9 /iemnet.h
parent6e6a97f7b2df2d79ece47696265a7af792efa638 (diff)
convenience functions
these probably should go into a separate file svn path=/trunk/externals/iem/iemnet/; revision=13275
Diffstat (limited to 'iemnet.h')
-rw-r--r--iemnet.h16
1 files changed, 16 insertions, 0 deletions
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