Cleanup error_list stuff a bit more.
[oweals/opkg-lede.git] / libopkg / opkg_cmd.h
index c597555c45258a2d99c417b76ec291fdf08edbd9..f512488bacfb0ca397349f35159809332e9c1cb9 100644 (file)
@@ -31,6 +31,4 @@ typedef struct opkg_cmd opkg_cmd_t;
 opkg_cmd_t *opkg_cmd_find(const char *name);
 int opkg_cmd_exec(opkg_cmd_t *cmd, opkg_conf_t *conf, int argc, 
                   const char **argv, void *userdata);
-void opkg_print_error_list (opkg_conf_t *conf);
-
 #endif