Remove unused opkg_set_current_state bits.
[oweals/opkg-lede.git] / libopkg / opkg_cmd.h
index f512488bacfb0ca397349f35159809332e9c1cb9..9c9dad24426f20c9cb0ae17f383b0f9c3913f2a3 100644 (file)
@@ -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