Add new api for customizing main loop
[platform/core/appfw/app-core.git] / include / appcore-efl.h
index 794734a..e79b863 100644 (file)
 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