summaryrefslogtreecommitdiffstats
path: root/libopkg/user.h
diff options
context:
space:
mode:
authorticktock35 <ticktock35@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2008-12-15 00:03:46 (EST)
committer ticktock35 <ticktock35@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2008-12-15 00:03:46 (EST)
commitf4a787e50beb527aeffd847df6b734b29967bd96 (patch)
treec07cd2fbd8f10b2eef445f5e400de95c25c5e04a /libopkg/user.h
parent4875f878ecec75c8982c833a5e13055a762c4c3f (diff)
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
Diffstat (limited to 'libopkg/user.h')
-rw-r--r--libopkg/user.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libopkg/user.h b/libopkg/user.h
index fa0f818..a14575b 100644
--- a/libopkg/user.h
+++ b/libopkg/user.h
@@ -19,5 +19,6 @@
#include <stdio.h>
#include <stdarg.h>
+typedef char* (*opkg_response_callback)(char *question);
char *get_user_response(const char *format, ...);