aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/timers.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/timers.h')
-rw-r--r--src/timers.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/timers.h b/src/timers.h
index 4bfc00e..f9b2144 100644
--- a/src/timers.h
+++ b/src/timers.h
@@ -5,9 +5,8 @@
struct wireguard_peer;
-void timers_init_peer(struct wireguard_peer *peer);
-void timers_uninit_peer(struct wireguard_peer *peer);
-
+void timers_init(struct wireguard_peer *peer);
+void timers_stop(struct wireguard_peer *peer);
void timers_data_sent(struct wireguard_peer *peer);
void timers_data_received(struct wireguard_peer *peer);
void timers_any_authenticated_packet_received(struct wireguard_peer *peer);