summaryrefslogtreecommitdiffstats
path: root/libopkg/opkg_cmd.h
diff options
context:
space:
mode:
Diffstat (limited to 'libopkg/opkg_cmd.h')
-rw-r--r--libopkg/opkg_cmd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libopkg/opkg_cmd.h b/libopkg/opkg_cmd.h
index f512488..9c9dad2 100644
--- a/libopkg/opkg_cmd.h
+++ b/libopkg/opkg_cmd.h
@@ -31,4 +31,6 @@ typedef struct opkg_cmd opkg_cmd_t;
opkg_cmd_t *opkg_cmd_find(const char *name);
int opkg_cmd_exec(opkg_cmd_t *cmd, opkg_conf_t *conf, int argc,
const char **argv, void *userdata);
+
+extern int opkg_state_changed;
#endif