These functions cannot fail, so return void.
[oweals/opkg-lede.git] / libopkg / user.h
index a14575bc832d56db1aaea17d4b8ccd361288f588..81d72624126ec771e2b919974827096138801c62 100644 (file)
@@ -1,4 +1,4 @@
-/* user.c - the itsy package management system
+/* user.c - the opkg package management system
 
    Jamey Hicks
 
@@ -19,6 +19,5 @@
 #include <stdio.h>
 #include <stdarg.h>
 
-typedef char* (*opkg_response_callback)(char *question);
 char *get_user_response(const char *format, ...);