X-Git-Url: http://tinc-vpn.org/git/browse?a=blobdiff_plain;ds=sidebyside;f=src%2Fscript.h;fp=src%2Fscript.h;h=446a3b9591e9767c543a764c0d0f245a4eb240cf;hb=57991e264202ad83e2c1b663777b358bf5573652;hp=0000000000000000000000000000000000000000;hpb=21184674b38ea1da87588de97dab076c9b9e4a81;p=tinc diff --git a/src/script.h b/src/script.h new file mode 100644 index 00000000..446a3b95 --- /dev/null +++ b/src/script.h @@ -0,0 +1,26 @@ +/* + script.h -- header file for script.c + Copyright (C) 1999-2005 Ivo Timmermans, + 2000-2013 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_SCRIPT_H__ +#define __TINC_SCRIPT_H__ + +extern bool execute_script(const char *, char **); + +#endif /* __TINC_SCRIPT_H__ */