From f4a787e50beb527aeffd847df6b734b29967bd96 Mon Sep 17 00:00:00 2001 From: ticktock35 Date: Mon, 15 Dec 2008 00:03:46 -0500 Subject: libopkg: remove internal dependency on libopkg.h and opkg_cmd.h git-svn-id: http://opkg.googlecode.com/svn/trunk@64 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358 --- (limited to 'libopkg/opkg_state.h') diff --git a/libopkg/opkg_state.h b/libopkg/opkg_state.h index 9442d93..44b8d0d 100644 --- a/libopkg/opkg_state.h +++ b/libopkg/opkg_state.h @@ -18,7 +18,7 @@ #ifndef OPKG_STATE_H #define OPKG_STATE_H -#include +#include "opkg_message.h" extern int opkg_state_changed; @@ -36,5 +36,8 @@ typedef enum _opkg_state { void opkg_set_current_state (opkg_conf_t *conf, opkg_state_t state, const char *data); +typedef void (*opkg_state_changed_callback)(opkg_state_t state, const char *data); + + #endif /* OPKG_STATE_H */ -- cgit v0.9.1