X-Git-Url: http://git.cascardo.info/?p=cascardo%2Ff2fchat.git;a=blobdiff_plain;f=friend.h;fp=friend.h;h=efe5f650d91ebe8d0e161ec118e45aa7606fd285;hp=76a22bd0e3db86a10196b2ef8b1d3409445c215a;hb=f7c4d6ccc1fd3c452481a2d085486f8dec3860fb;hpb=123b3a7a3989a0f040da5cc16f997ff5961fe593 diff --git a/friend.h b/friend.h index 76a22bd..efe5f65 100644 --- a/friend.h +++ b/friend.h @@ -38,4 +38,7 @@ struct friend *friend_get_by_address(GInetAddress *address, uint16_t port); char *friend_get_name(); +void friend_timeout(struct friend *friend); +void friend_got_message(struct friend *friend, char *buffer, size_t len); + #endif