Respond pings with pongs.
[cascardo/f2fchat.git] / message.h
index d2fbcc1..cd018c9 100644 (file)
--- a/message.h
+++ b/message.h
@@ -24,5 +24,6 @@
 
 int message_init(GSocket *sock);
 int ping(struct friend *friend);
+int pong(struct friend *friend);
 
 #endif