summaryrefslogtreecommitdiffstats
path: root/opkg_state.h
diff options
context:
space:
mode:
authorticktock35 <ticktock35@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2008-12-14 23:21:21 (EST)
committer ticktock35 <ticktock35@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2008-12-14 23:21:21 (EST)
commite2fd21015aeedba1a9936f46b185c41047ee034d (patch)
tree903fe165a1d25f6b1b698cf2c501bc266b0b37ab /opkg_state.h
parentc82094c9e17afef41e49cff3eabdbdd0f6ca3a21 (diff)
opkg: add downloading, configuring and installing state changes
git-svn-id: http://opkg.googlecode.com/svn/trunk@27 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358
Diffstat (limited to 'opkg_state.h')
-rw-r--r--opkg_state.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/opkg_state.h b/opkg_state.h
index fc37675..36dd28e 100644
--- a/opkg_state.h
+++ b/opkg_state.h
@@ -15,7 +15,8 @@
General Public License for more details.
*/
-
+#ifndef OPKG_STATE_H
+#define OPKG_STATE_H
typedef enum _opkg_state {
OPKG_STATE_NONE,
@@ -25,6 +26,7 @@ typedef enum _opkg_state {
OPKG_STATE_UPGRADING_PKG,
OPKG_STATE_REMOVING_PKG,
OPKG_STATE_DOWNLOADING_REPOSITORY,
- OPKG_STATE_VERIFYING_REPOSITORY_SIGNITURE
+ OPKG_STATE_VERIFYING_REPOSITORY_SIGNATURE
} opkg_state_t;
+#endif /* OPKG_STATE_H */