summaryrefslogtreecommitdiffstats
path: root/libopkg/user.h
diff options
context:
space:
mode:
authorgraham.gower <graham.gower@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2009-11-03 01:19:56 (EST)
committer graham.gower <graham.gower@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2009-11-03 01:19:56 (EST)
commita03d7bafd2ada5d8d8d67388a450362d7e427258 (patch)
tree7a265c0aefdc8c6e8fd63ebb8304529ab29613f0 /libopkg/user.h
parentfe5e98ee4104f8d192a0107e0e7bb3fddd582dbe (diff)
Remove response_callback bits. Forgot to commit this before.
git-svn-id: http://opkg.googlecode.com/svn/trunk@249 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358
Diffstat (limited to 'libopkg/user.h')
-rw-r--r--libopkg/user.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libopkg/user.h b/libopkg/user.h
index 8d2a0cf..81d7262 100644
--- a/libopkg/user.h
+++ b/libopkg/user.h
@@ -19,6 +19,5 @@
#include <stdio.h>
#include <stdarg.h>
-typedef char* (*opkg_response_callback)(char *question);
char *get_user_response(const char *format, ...);