summaryrefslogtreecommitdiffstats
path: root/libopkg/user.h
diff options
context:
space:
mode:
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, ...);