summaryrefslogtreecommitdiffstats
path: root/src/wgtpkg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wgtpkg.h')
-rw-r--r--src/wgtpkg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wgtpkg.h b/src/wgtpkg.h
index a355b4c..52a42e1 100644
--- a/src/wgtpkg.h
+++ b/src/wgtpkg.h
@@ -92,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 */