aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/libraries
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-05-05 20:43:02 +1000
committerDavid Walter Seikel2014-05-05 20:43:02 +1000
commit205c2b6eaa23c04691f92ad0d60407f98eed766b (patch)
tree134e24db39b85490de520493ba69812c113d424b /src/libraries
parentCall skang modules from extantz. Needs some clean up. (diff)
downloadSledjHamr-205c2b6eaa23c04691f92ad0d60407f98eed766b.zip
SledjHamr-205c2b6eaa23c04691f92ad0d60407f98eed766b.tar.gz
SledjHamr-205c2b6eaa23c04691f92ad0d60407f98eed766b.tar.bz2
SledjHamr-205c2b6eaa23c04691f92ad0d60407f98eed766b.tar.xz
Clean up include files.
Diffstat (limited to 'src/libraries')
-rw-r--r--src/libraries/LumbrJack.h5
-rw-r--r--src/libraries/Runnr.h5
-rw-r--r--src/libraries/SledjHamr.h6
-rw-r--r--src/libraries/winFang.h6
4 files changed, 20 insertions, 2 deletions
diff --git a/src/libraries/LumbrJack.h b/src/libraries/LumbrJack.h
index 5ac0ce8..a096e7f 100644
--- a/src/libraries/LumbrJack.h
+++ b/src/libraries/LumbrJack.h
@@ -1,3 +1,6 @@
1#ifndef _LUMBRJACK_H_
2#define _LUMBRJACK_H_
3
1 4
2#include <stdio.h> 5#include <stdio.h>
3#include <ctype.h> 6#include <ctype.h>
@@ -30,3 +33,5 @@ typedef enum
30 33
31int loggingStartup(char *name, int logDom); 34int loggingStartup(char *name, int logDom);
32char *getDateTime(struct tm **nowOut, char *dateOut, time_t *tiemOut); 35char *getDateTime(struct tm **nowOut, char *dateOut, time_t *tiemOut);
36
37#endif
diff --git a/src/libraries/Runnr.h b/src/libraries/Runnr.h
index dc720ff..ac22039 100644
--- a/src/libraries/Runnr.h
+++ b/src/libraries/Runnr.h
@@ -1,5 +1,6 @@
1#ifndef _RUNNR_H_
2#define _RUNNR_H_
1 3
2#include <stdio.h>
3#include <ctype.h> 4#include <ctype.h>
4 5
5#include <Eina.h> 6#include <Eina.h>
@@ -13,3 +14,5 @@
13void dumpStack(lua_State *L, int i); 14void dumpStack(lua_State *L, int i);
14int pull_lua(lua_State *L, int i, char *params, ...); 15int pull_lua(lua_State *L, int i, char *params, ...);
15int push_lua(lua_State *L, char *params, ...); 16int push_lua(lua_State *L, char *params, ...);
17
18#endif
diff --git a/src/libraries/SledjHamr.h b/src/libraries/SledjHamr.h
index 893d90e..2351507 100644
--- a/src/libraries/SledjHamr.h
+++ b/src/libraries/SledjHamr.h
@@ -1,3 +1,6 @@
1#ifndef _SLEDJHAMR_H_
2#define _SLEDJHAMR_H_
3
1 4
2#define EFL_API_OVERRIDE 1 5#define EFL_API_OVERRIDE 1
3/* Enable access to unstable EFL API that are still in beta */ 6/* Enable access to unstable EFL API that are still in beta */
@@ -5,10 +8,11 @@
5/* Enable access to unstable EFL EO API. */ 8/* Enable access to unstable EFL EO API. */
6#define EFL_EO_API_SUPPORT 1 9#define EFL_EO_API_SUPPORT 1
7 10
8#include <stdio.h>
9#include <ctype.h> 11#include <ctype.h>
10 12
11#include <Elementary.h> 13#include <Elementary.h>
12 14
13 15
14void HamrTime(void *elm_main, char *domain); 16void HamrTime(void *elm_main, char *domain);
17
18#endif
diff --git a/src/libraries/winFang.h b/src/libraries/winFang.h
index 219dcf0..38487cc 100644
--- a/src/libraries/winFang.h
+++ b/src/libraries/winFang.h
@@ -1,3 +1,7 @@
1#ifndef _WINFANG_H_
2#define _WINFANG_H_
3
4
1#define EFL_API_OVERRIDE 1 5#define EFL_API_OVERRIDE 1
2/* Enable access to unstable EFL API that are still in beta */ 6/* Enable access to unstable EFL API that are still in beta */
3#define EFL_BETA_API_SUPPORT 1 7#define EFL_BETA_API_SUPPORT 1
@@ -47,3 +51,5 @@ void winFangShow(winFang *win);
47void winFangDel(winFang *win); 51void winFangDel(winFang *win);
48 52
49Widget *widgetAdd(winFang *win, const Eo_Class *klass, Evas_Object *parent, char *title); 53Widget *widgetAdd(winFang *win, const Eo_Class *klass, Evas_Object *parent, char *title);
54
55#endif