X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=net.h;h=bb2540ddc855224060fe51c37c48a5a4037066af;hp=e249498e3901b307bb68c57fe9bb4ac4d33d93a2;hb=f167629b3191c57a6b691cd2a6af04a45a74ccb0;hpb=6eab6671f857009b6d6a2de2c2ec8187f869f705 diff --git a/net.h b/net.h index e249498e..bb2540dd 100644 --- a/net.h +++ b/net.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2013 Andre Noll + * Copyright (C) 2006 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); /**