summaryrefslogtreecommitdiffstats
path: root/opkg_state.h
diff options
context:
space:
mode:
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 */