summaryrefslogtreecommitdiffstats
path: root/libopkg/opkg_cmd.h
diff options
context:
space:
mode:
authorgraham.gower <graham.gower@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2009-11-03 20:22:05 (EST)
committer graham.gower <graham.gower@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2009-11-03 20:22:05 (EST)
commit84d0ba0f9bf218898dcf33c0178449cc045ecd8c (patch)
treeb73a306ad010d5a53611ae04f48bc56b3346d899 /libopkg/opkg_cmd.h
parentb3a54f7c2d686dbec049d3788f5096c01360c5c4 (diff)
Remove unused opkg_set_current_state bits.
git-svn-id: http://opkg.googlecode.com/svn/trunk@252 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358
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