X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Ftop.h;fp=src%2Ftop.h;h=0000000000000000000000000000000000000000;hb=66636a6030e0d236d5c0b57170705649d081a31a;hp=b3a264dafcc51f4a226d53eae42b18e81afaa680;hpb=1ffa0e102dc0d036241ee1ea2a13df42526c0872;p=meshlink diff --git a/src/top.h b/src/top.h deleted file mode 100644 index b3a264da..00000000 --- a/src/top.h +++ /dev/null @@ -1,26 +0,0 @@ -/* - top.h -- header for top.c. - Copyright (C) 2011 Guus Sliepen - - 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 - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License along - with this program; if not, write to the Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -*/ - -#ifndef __TINC_TOP_H__ -#define __TINC_TOP_H__ - -extern void top(int fd); - -#endif -