X-Git-Url: http://git.cascardo.info/?p=cascardo%2Fsgp.git;a=blobdiff_plain;f=include%2Fsgp%2Ffriend.h;fp=include%2Fsgp%2Ffriend.h;h=9ed62dc6d3e739f7805161eb2e72a8cca5a49d53;hp=91965f9a0730c67e6038815284804d382a7551a0;hb=1027b3822fe07cba971bdddffd417e635c921b0a;hpb=f62dd0179653c5d03cf6b7aaa4ea380f91902473 diff --git a/include/sgp/friend.h b/include/sgp/friend.h index 91965f9..9ed62dc 100644 --- a/include/sgp/friend.h +++ b/include/sgp/friend.h @@ -28,5 +28,6 @@ void sgp_friend_destroy(struct sgp_friend *); char * sgp_friend_get_alias(struct sgp_friend *); struct sgp_channel * sgp_friend_get_channel(struct sgp_friend *); +void sgp_friend_set_channel(struct sgp_friend *, struct sgp_channel *); #endif