introduce the active_list for searching.
[oweals/opkg-lede.git] / libopkg / user.h
index fa0f8189150e2efa4dfe0e7ed5600e6ed314b186..8d2a0cfce20d9fb5b690ca16d2df7aeca32f90d9 100644 (file)
@@ -1,4 +1,4 @@
-/* user.c - the itsy package management system
+/* user.c - the opkg package management system
 
    Jamey Hicks
 
@@ -19,5 +19,6 @@
 #include <stdio.h>
 #include <stdarg.h>
 
+typedef char* (*opkg_response_callback)(char *question);
 char *get_user_response(const char *format, ...);