aboutsummaryrefslogtreecommitdiffstats
path: root/tools/ipc-modem.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/ipc-modem.h')
-rw-r--r--tools/ipc-modem.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/ipc-modem.h b/tools/ipc-modem.h
index 0b31d83..ec8e78c 100644
--- a/tools/ipc-modem.h
+++ b/tools/ipc-modem.h
@@ -42,7 +42,8 @@ enum log_target {
LOG_TO_SYSLOG,
};
-struct cmdline_opts {
+struct ipc_modem_data {
+ struct ipc_client *client;
enum command command;
bool debug;
bool dry_run;