implementation of installation by the daemon
[src/app-framework-main.git] / src / wgtpkg.h
index 52a42e1..e700a9b 100644 (file)
@@ -89,11 +89,6 @@ extern struct filedesc *get_signature(unsigned int number);
 extern int file_set_prop(struct filedesc *file, const char *name, const char *value);
 extern const char *file_get_prop(struct filedesc *file, const char *name);
 
-/**************************************************************/
-/* from wgtpkg-install */
-
-extern int install_widget(const char *wgtfile, const char *root, int force);
-
 /**************************************************************/
 /* from wgtpkg-permission */