fix command type for get_packet_service_status
[project/uqmi.git] / commands.h
index 44971c50a378a660ce2bf999a506fd56867ab0d2..b54b34ff80023e48bc6c3a5b36093dea7baa25e1 100644 (file)
@@ -46,6 +46,7 @@ enum uqmi_command {
 };
 #undef __uqmi_command
 
+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);