summaryrefslogtreecommitdiffstats
path: root/opkg_state.h
diff options
context:
space:
mode:
Diffstat (limited to 'opkg_state.h')
-rw-r--r--opkg_state.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/opkg_state.h b/opkg_state.h
index 36dd28e..2718569 100644
--- a/opkg_state.h
+++ b/opkg_state.h
@@ -29,4 +29,8 @@ typedef enum _opkg_state {
OPKG_STATE_VERIFYING_REPOSITORY_SIGNATURE
} opkg_state_t;
+
+void opkg_set_current_state (opkg_state_t state, const char *data);
+
+
#endif /* OPKG_STATE_H */