aboutsummaryrefslogtreecommitdiff
path: root/iemnet.h
diff options
context:
space:
mode:
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