aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/libraries/SledjHamr.h
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-05-17 08:21:26 +1000
committerDavid Walter Seikel2014-05-17 08:21:26 +1000
commit8f67113ada10d14bae784f80ea81a64d1e4bd1a9 (patch)
tree3e7eeded21137728f0596de4afa9893f0dad1932 /src/libraries/SledjHamr.h
parentMove the new pcall stuff to Runnr.c. (diff)
downloadSledjHamr-8f67113ada10d14bae784f80ea81a64d1e4bd1a9.zip
SledjHamr-8f67113ada10d14bae784f80ea81a64d1e4bd1a9.tar.gz
SledjHamr-8f67113ada10d14bae784f80ea81a64d1e4bd1a9.tar.bz2
SledjHamr-8f67113ada10d14bae784f80ea81a64d1e4bd1a9.tar.xz
Rearrange things in the libraries.
Diffstat (limited to 'src/libraries/SledjHamr.h')
-rw-r--r--src/libraries/SledjHamr.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/libraries/SledjHamr.h b/src/libraries/SledjHamr.h
index aee845d..548c5e0 100644
--- a/src/libraries/SledjHamr.h
+++ b/src/libraries/SledjHamr.h
@@ -8,15 +8,14 @@
8/* Enable access to unstable EFL EO API. */ 8/* Enable access to unstable EFL EO API. */
9#define EFL_EO_API_SUPPORT 1 9#define EFL_EO_API_SUPPORT 1
10 10
11//#include <ctype.h>
12#include <stdlib.h> 11#include <stdlib.h>
13 12
14#include <Elementary.h> 13#include <Ecore_Con.h>
15 14
16 15
17#define ARRAY_LENGTH(array) (sizeof(array) / sizeof(*array)) 16#define ARRAY_LENGTH(array) (sizeof(array) / sizeof(*array))
18 17
19 18void sendBack(Ecore_Con_Client *client, const char *SID, const char *message, ...);
20void HamrTime(void *elm_main, char *domain); 19void sendForth(Ecore_Con_Server *server, const char *SID, const char *message, ...);
21 20
22#endif 21#endif