X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fdevtools.h;h=d75ada5fea47349908c356a3bc26ed20c8bbf38d;hb=8fde91038538d01aaa5b36ebb06b516a8c313364;hp=9ac58d52956e43632e4b0c4aa7e8bba38333e6b0;hpb=01eaeb3c9fa60ae9c6e5b866acd9baef79622d99;p=meshlink diff --git a/src/devtools.h b/src/devtools.h index 9ac58d52..d75ada5f 100644 --- a/src/devtools.h +++ b/src/devtools.h @@ -1,6 +1,25 @@ -#ifndef __MESHLINK_DEVTOOLS_H__ -#define __MESHLINK_DEVTOOLS_H__ +#ifndef MESHLINK_DEVTOOLS_H +#define MESHLINK_DEVTOOLS_H -extern bool devtool_export_json_all_edges_state(meshlink_handle_t *mesh, FILE* stream); +/* + devtools.h -- header for devtools.h + 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. +*/ + +extern bool devtool_export_json_all_edges_state(meshlink_handle_t *mesh, FILE *stream); #endif