aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/libraries/SledjHamr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libraries/SledjHamr.h')
-rw-r--r--src/libraries/SledjHamr.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libraries/SledjHamr.h b/src/libraries/SledjHamr.h
index 548c5e0..6c63bcc 100644
--- a/src/libraries/SledjHamr.h
+++ b/src/libraries/SledjHamr.h
@@ -10,11 +10,13 @@
10 10
11#include <stdlib.h> 11#include <stdlib.h>
12 12
13#include <Ecore.h>
13#include <Ecore_Con.h> 14#include <Ecore_Con.h>
14 15
15 16
16#define ARRAY_LENGTH(array) (sizeof(array) / sizeof(*array)) 17#define ARRAY_LENGTH(array) (sizeof(array) / sizeof(*array))
17 18
19Ecore_Con_Server *reachOut(char *address, int port, void *data, Ecore_Event_Handler_Cb _add, Ecore_Event_Handler_Cb _data, Ecore_Event_Handler_Cb _del);
18void sendBack(Ecore_Con_Client *client, const char *SID, const char *message, ...); 20void sendBack(Ecore_Con_Client *client, const char *SID, const char *message, ...);
19void sendForth(Ecore_Con_Server *server, const char *SID, const char *message, ...); 21void sendForth(Ecore_Con_Server *server, const char *SID, const char *message, ...);
20 22