Really set the friend alias.
[cascardo/sgp.git] / include / sgp / friend.h
index 7087f48..91965f9 100644 (file)
@@ -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 *);