X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fuqmi.git;a=blobdiff_plain;f=commands.h;h=7560dbdbdeac0dd44812d6ce8b77dfe0bdeb33d4;hp=b54b34ff80023e48bc6c3a5b36093dea7baa25e1;hb=4ab698d5b6e27dece939c858aae070f5beda71a1;hpb=42a664f5d9d6f725f8925a7e870b5df8d544a985 diff --git a/commands.h b/commands.h index b54b34f..7560dbd 100644 --- a/commands.h +++ b/commands.h @@ -50,6 +50,6 @@ extern bool single_line; extern const struct uqmi_cmd_handler uqmi_cmd_handler[]; void uqmi_add_command(char *arg, int longidx); bool uqmi_run_commands(struct qmi_dev *qmi); -void uqmi_add_error(const char *msg); +int uqmi_add_error(const char *msg); #endif