From e2fd21015aeedba1a9936f46b185c41047ee034d Mon Sep 17 00:00:00 2001 From: ticktock35 Date: Sun, 14 Dec 2008 23:21:21 -0500 Subject: opkg: add downloading, configuring and installing state changes git-svn-id: http://opkg.googlecode.com/svn/trunk@27 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358 --- (limited to 'opkg_state.h') 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 */ -- cgit v0.9.1