summaryrefslogtreecommitdiff
path: root/include/appcore-efl.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/appcore-efl.h')
-rw-r--r--include/appcore-efl.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/appcore-efl.h b/include/appcore-efl.h
index 794734a..e79b863 100644
--- a/include/appcore-efl.h
+++ b/include/appcore-efl.h
@@ -52,6 +52,12 @@
extern "C" {
#endif
+int appcore_efl_init(const char *name, int *argc, char ***argv,
+ struct appcore_ops *ops);
+
+void appcore_efl_fini(void);
+
+
/**
* @par Description:
* This is a main function for EFL application on SLP platform. \n