X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=net.h;h=85ba8d6e4b8c3c0dc9e3cd62e16c2796d9ce0b3f;hb=6f68e76a0cfe31757c4e7158ca30f4c85b8a8774;hp=877d1cbbe537bcb70f3d4ededc91514f226e61c0;hpb=72e9bdf7c5c09ca4c20cad56c68a9a155cceff43;p=paraslash.git diff --git a/net.h b/net.h index 877d1cbb..85ba8d6e 100644 --- a/net.h +++ b/net.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2014 Andre Noll + * Copyright (C) 2006-2014 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -136,7 +136,6 @@ static inline int para_listen_simple(unsigned l4type, uint16_t port) } /** Pretty-printing of IPv4/6 socket addresses */ -extern char *local_name(int sockfd); extern char *remote_name(int sockfd); /**