X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fbuffer.h;h=493d3293c593ca3c9035ae8f72ce1b25b73eff99;hb=8fde91038538d01aaa5b36ebb06b516a8c313364;hp=a96c15aa7a89e00e9f6088e5cc573869c25729fb;hpb=931e30f91a9241ab8aa705c911c92ba8943f80fd;p=meshlink diff --git a/src/buffer.h b/src/buffer.h index a96c15aa..493d3293 100644 --- a/src/buffer.h +++ b/src/buffer.h @@ -1,5 +1,24 @@ -#ifndef __TINC_BUFFER_H__ -#define __TINC_BUFFER_H__ +#ifndef MESHLINK_BUFFER_H +#define MESHLINK_BUFFER_H + +/* + conf.h -- header for conf.c + Copyright (C) 2014, 2017 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. +*/ typedef struct buffer_t { char *data;