Remove the purge command. Undocumented and only duplicates remove functionality.
[oweals/opkg-lede.git] / libopkg / user.h
index 8d2a0cfce20d9fb5b690ca16d2df7aeca32f90d9..81d72624126ec771e2b919974827096138801c62 100644 (file)
@@ -19,6 +19,5 @@
 #include <stdio.h>
 #include <stdarg.h>
 
-typedef char* (*opkg_response_callback)(char *question);
 char *get_user_response(const char *format, ...);