Allow to set friend channel.
[cascardo/sgp.git] / include / sgp / friend.h
index 7087f48..9ed62dc 100644 (file)
 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 *);
+void sgp_friend_set_channel(struct sgp_friend *, struct sgp_channel *);
 
 #endif