X-Git-Url: http://git.cascardo.info/?p=cascardo%2Ff2fchat.git;a=blobdiff_plain;f=message.h;h=cd018c901610d31c51525691c4dd4e2d6b071074;hp=d2fbcc1e0c83c33499c7bbbaaac0791da6497d7e;hb=f7c4d6ccc1fd3c452481a2d085486f8dec3860fb;hpb=123b3a7a3989a0f040da5cc16f997ff5961fe593 diff --git a/message.h b/message.h index d2fbcc1..cd018c9 100644 --- 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