X-Git-Url: http://git.cascardo.info/?p=cascardo%2Ff2fchat.git;a=blobdiff_plain;f=friend.h;fp=friend.h;h=76a22bd0e3db86a10196b2ef8b1d3409445c215a;hp=46f8ffe39695061084deb952b96a0e96537a4503;hb=9bfbad1591814150338bb62050d28ad0e4033552;hpb=92d1f23463706939dda3445ddea37028fc03fdb7 diff --git a/friend.h b/friend.h index 46f8ffe..76a22bd 100644 --- a/friend.h +++ b/friend.h @@ -34,7 +34,7 @@ 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); +struct friend *friend_get_by_address(GInetAddress *address, uint16_t port); char *friend_get_name();