Add getter for friend name
[cascardo/f2fchat.git] / friend.h
index c92814d..46f8ffe 100644 (file)
--- a/friend.h
+++ b/friend.h
@@ -36,4 +36,6 @@ int store_cache(struct cache *cache, char *fname);
 int friend_send_message(struct friend *friend, char *buffer, size_t len);
 struct friend *friend_get_by_address(GInetAddress *address);
 
+char *friend_get_name();
+
 #endif