aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmo-pcap/osmo_pcap_client.h
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2021-04-16 20:27:40 +0200
committerVadim Yanitskiy <vyanitskiy@sysmocom.de>2021-04-16 20:30:18 +0200
commitff3f4b3bef73cffc2fb009696a6457c08045c85a (patch)
tree1611fea37a34d99d4adcd2cc98eb5f067bdcf1d2 /include/osmo-pcap/osmo_pcap_client.h
parentd59783e601e8bc2f235cf4272210bc45ba2ac564 (diff)
vty_{client,server}_init(): remove unused argument
Diffstat (limited to 'include/osmo-pcap/osmo_pcap_client.h')
-rw-r--r--include/osmo-pcap/osmo_pcap_client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmo-pcap/osmo_pcap_client.h b/include/osmo-pcap/osmo_pcap_client.h
index 70be8db..887d422 100644
--- a/include/osmo-pcap/osmo_pcap_client.h
+++ b/include/osmo-pcap/osmo_pcap_client.h
@@ -107,7 +107,7 @@ struct osmo_pcap_client {
extern struct osmo_pcap_client *pcap_client;
struct osmo_pcap_client *osmo_pcap_client_alloc(void *tall_ctx);
-int vty_client_init(struct osmo_pcap_client *);
+int vty_client_init(void);
int osmo_client_capture(struct osmo_pcap_client *client, const char *device);
int osmo_client_filter(struct osmo_pcap_client *client, const char *filter);