aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/libraries/SledjHamr.h
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-08-14 08:32:50 +1000
committerDavid Walter Seikel2014-08-14 08:32:50 +1000
commit9e8f8dbd9c52d1da132d618573d87650e0a0f7f9 (patch)
treec9d76f4a95b3ed6b0d8174be2d981ec04cc570a9 /src/libraries/SledjHamr.h
parentConsiderable cleanup of the top level compiling code. (diff)
downloadSledjHamr-9e8f8dbd9c52d1da132d618573d87650e0a0f7f9.zip
SledjHamr-9e8f8dbd9c52d1da132d618573d87650e0a0f7f9.tar.gz
SledjHamr-9e8f8dbd9c52d1da132d618573d87650e0a0f7f9.tar.bz2
SledjHamr-9e8f8dbd9c52d1da132d618573d87650e0a0f7f9.tar.xz
Only collect the errors and warnings during a compile, output them in a batch at the end.
Diffstat (limited to 'src/libraries/SledjHamr.h')
-rw-r--r--src/libraries/SledjHamr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libraries/SledjHamr.h b/src/libraries/SledjHamr.h
index 7ce32b9..07018a1 100644
--- a/src/libraries/SledjHamr.h
+++ b/src/libraries/SledjHamr.h
@@ -9,6 +9,7 @@
9 9
10 10
11Ecore_Con_Server *reachOut(char *address, int port, void *data, Ecore_Event_Handler_Cb _add, Ecore_Event_Handler_Cb _data, Ecore_Event_Handler_Cb _del); 11Ecore_Con_Server *reachOut(char *address, int port, void *data, Ecore_Event_Handler_Cb _add, Ecore_Event_Handler_Cb _data, Ecore_Event_Handler_Cb _del);
12void *addMessage(Eina_Clist *list, size_t size, const char *message, ...);
12void sendBack(Ecore_Con_Client *client, const char *SID, const char *message, ...); 13void sendBack(Ecore_Con_Client *client, const char *SID, const char *message, ...);
13void sendForth(Ecore_Con_Server *server, const char *SID, const char *message, ...); 14void sendForth(Ecore_Con_Server *server, const char *SID, const char *message, ...);
14 15