libopkg: remove internal dependency on libopkg.h and opkg_cmd.h
[oweals/opkg-lede.git] / libopkg / user.h
index fa0f8189150e2efa4dfe0e7ed5600e6ed314b186..a14575bc832d56db1aaea17d4b8ccd361288f588 100644 (file)
@@ -19,5 +19,6 @@
 #include <stdio.h>
 #include <stdarg.h>
 
+typedef char* (*opkg_response_callback)(char *question);
 char *get_user_response(const char *format, ...);