X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fmeta.c;h=0d927cc8d294608b3f49226b1d793edf5df77f24;hp=0071eb55b7d8ae210444bfc086e7c46a4ed19598;hb=7717cb0c54cc1b736b9f210b180c3cb3f4663ded;hpb=e3220cacb5bc79fc56167e61b7a342f88a33a479 diff --git a/src/meta.c b/src/meta.c index 0071eb55..0d927cc8 100644 --- a/src/meta.c +++ b/src/meta.c @@ -1,7 +1,7 @@ /* meta.c -- handle the meta communication - Copyright (C) 2000-2003 Guus Sliepen , - 2000-2003 Ivo Timmermans + Copyright (C) 2000-2004 Guus Sliepen , + 2000-2004 Ivo Timmermans This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -17,7 +17,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - $Id: meta.c,v 1.1.2.50 2003/11/17 15:30:17 guus Exp $ + $Id$ */ #include "system.h" @@ -31,7 +31,6 @@ #include "meta.h" #include "net.h" #include "protocol.h" -#include "system.h" #include "utils.h" bool send_meta(connection_t *c, const char *buffer, int length)