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/user.c') diff --git a/libopkg/user.c b/libopkg/user.c index 557f7ce..2467de9 100644 --- a/libopkg/user.c +++ b/libopkg/user.c @@ -15,17 +15,19 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. */ - +#include #include #include +#include #include "file_util.h" #include "str_util.h" -#include "libopkg.h" - +#include "user.h" static char *question = NULL; static int question_len = 255; +opkg_response_callback opkg_cb_response = NULL; + char *get_user_response(const char *format, ...) { int len = question_len; -- cgit v0.9.1