refactoring and moving forward
[src/app-framework-main.git] / src / wgtpkg.h
index e786f76..52a42e1 100644 (file)
@@ -18,7 +18,6 @@
 
 
 #include <libxml/tree.h>
-#include "config.h"
 
 struct filedesc;
 
@@ -93,7 +92,7 @@ extern const char *file_get_prop(struct filedesc *file, const char *name);
 /**************************************************************/
 /* from wgtpkg-install */
 
-extern void install_widget(const char *wgtfile, const char *root, int force);
+extern int install_widget(const char *wgtfile, const char *root, int force);
 
 /**************************************************************/
 /* from wgtpkg-permission */