Fix build for tarball
[cascardo/f2fchat.git] / message.h
index 80ed923..cd018c9 100644 (file)
--- a/message.h
+++ b/message.h
 #define _MESSAGE_H
 
 #include "friend.h"
+#include <gio/gio.h>
 
-int message_init(int sock);
+int message_init(GSocket *sock);
 int ping(struct friend *friend);
+int pong(struct friend *friend);
 
 #endif