aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmo-pcap/osmo_tls.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmo-pcap/osmo_tls.h')
-rw-r--r--include/osmo-pcap/osmo_tls.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/osmo-pcap/osmo_tls.h b/include/osmo-pcap/osmo_tls.h
index 0637739..1b15168 100644
--- a/include/osmo-pcap/osmo_tls.h
+++ b/include/osmo-pcap/osmo_tls.h
@@ -28,7 +28,7 @@
struct osmo_fd;
struct osmo_wqueue;
-struct osmo_pcap_client;
+struct osmo_pcap_client_conn;
struct osmo_pcap_conn;
struct osmo_pcap_server;
@@ -65,7 +65,7 @@ struct osmo_tls_session {
void osmo_tls_init(void);
-bool osmo_tls_init_client_session(struct osmo_pcap_client *client);
+bool osmo_tls_init_client_session(struct osmo_pcap_client_conn *conn);
bool osmo_tls_init_server_session(struct osmo_pcap_conn *conn, struct osmo_pcap_server *server);