X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Finfo.h;fp=src%2Finfo.h;h=0000000000000000000000000000000000000000;hb=1c1ea3e501944f1e49cb65add689d9cd6dea8af6;hp=a3f387ff61c0b0f04e78dfd803f15af78e7fb2c2;hpb=7f7b53dc2011fc8ceda1e0678d9f78b1dbd8c1d1;p=meshlink diff --git a/src/info.h b/src/info.h deleted file mode 100644 index a3f387ff..00000000 --- a/src/info.h +++ /dev/null @@ -1,27 +0,0 @@ -/* - info.h -- header for info.c. - Copyright (C) 2012 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_INFO_H__ -#define __TINC_INFO_H__ - -extern int info(int fd, const char *item); -extern char *strip_weight(char *); - -#endif -