Add command menu for messages received from loopback.
[cascardo/f2fchat.git] / friend.h
index efe5f65..74af824 100644 (file)
--- a/friend.h
+++ b/friend.h
@@ -26,6 +26,9 @@
 int sock_init(void);
 
 struct friend;
+
+void friend_init(void);
+
 struct cache;
 int create_cache(struct cache **cache);
 int destroy_cache(struct cache *cache);