X-Git-Url: http://git.cascardo.eti.br/?p=cascardo%2Ff2fchat.git;a=blobdiff_plain;f=friend.h;h=c92814d2f09fc09e35ad08f116d619c6069f0b83;hp=b120fa12f58659ae198e922d84a78676281d8a41;hb=ec81d19dd18fb4fce9b0fcbe9db73200585ec2f0;hpb=a3de5aacf2ffb1543dc7b43e3cd6e81773d863c8 diff --git a/friend.h b/friend.h index b120fa1..c92814d 100644 --- a/friend.h +++ b/friend.h @@ -21,6 +21,7 @@ #include #include +#include int sock_init(void); @@ -33,5 +34,6 @@ int load_cache(struct cache *cache, char *fname); 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); #endif