opkg: fix gpg enabled builds and fix one compiler warning
[oweals/opkg-lede.git] / opkg_state.h
index 36dd28e9557a1bbd14e86ffecc6558d2f09b86d0..27185693ca290f2c64f0dea038c8130e763854f7 100644 (file)
@@ -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 */