diff options
Diffstat (limited to 'libopkg/opkg_cmd.h')
-rw-r--r-- | libopkg/opkg_cmd.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libopkg/opkg_cmd.h b/libopkg/opkg_cmd.h index c597555..f512488 100644 --- a/libopkg/opkg_cmd.h +++ b/libopkg/opkg_cmd.h @@ -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 |