X-Git-Url: http://git.cascardo.info/?p=cascardo%2Fsgp.git;a=blobdiff_plain;f=include%2Fsgp%2Ffriend.h;h=91965f9a0730c67e6038815284804d382a7551a0;hp=7087f48f87c19a302946abb1d84e3423566287cc;hb=f153e712c52cf6d1922915fc735ba290dcf9bae1;hpb=97412b6c5891a2e8bc0811046a38935a48371ac1 diff --git a/include/sgp/friend.h b/include/sgp/friend.h index 7087f48..91965f9 100644 --- a/include/sgp/friend.h +++ b/include/sgp/friend.h @@ -24,6 +24,8 @@ struct sgp_friend; struct sgp_friend * sgp_friend_new(char *); +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 *);