From 6f5a5ff3cc3e54d16b86ed339044b9df7d7c07a2 Mon Sep 17 00:00:00 2001 From: ticktock35 Date: Mon, 15 Dec 2008 04:21:48 +0000 Subject: [PATCH] opkg: fix gpg enabled builds and fix one compiler warning git-svn-id: http://opkg.googlecode.com/svn/trunk@30 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358 --- opkg_download.c | 2 +- opkg_state.h | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/opkg_download.c b/opkg_download.c index 2c2bc57..bbd6efe 100644 --- a/opkg_download.c +++ b/opkg_download.c @@ -16,7 +16,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. */ - +#include "config.h" #include #ifdef HAVE_GPGME #include diff --git a/opkg_state.h b/opkg_state.h index 36dd28e..2718569 100644 --- a/opkg_state.h +++ b/opkg_state.h @@ -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 */ -- 2.25.1