X-Git-Url: https://git.librecmc.org/?p=oweals%2Fopkg-lede.git;a=blobdiff_plain;f=opkg_state.h;h=36dd28e9557a1bbd14e86ffecc6558d2f09b86d0;hp=fc376757f70c27c28e7bf787739f34e48749c5e7;hb=e2fd21015aeedba1a9936f46b185c41047ee034d;hpb=c82094c9e17afef41e49cff3eabdbdd0f6ca3a21 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 */