Allow to set friend channel.
[cascardo/sgp.git] / include / sgp / friend.h
index 91965f9..9ed62dc 100644 (file)
@@ -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 *);
 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
 
 #endif