about summary refs log tree commit diff stats
path: root/src/event/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/event/common.h')
-rw-r--r--src/event/common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/event/common.h b/src/event/common.h
index 8af86933..c0b3803a 100644
--- a/src/event/common.h
+++ b/src/event/common.h
@@ -36,5 +36,9 @@
 #define EVENT_COMMON_H
 
 void ev_disconnect_cleanup(void);
+void ev_inc_connection_counter(void);
+void ev_reset_connection_counter(void);
+gboolean ev_was_connected_already(void);
+gboolean ev_is_first_connect(void);
 
 #endif