X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fscript.h;h=381f9523b5963674d4bedb69be6d9a6cd9589af4;hb=2c6b2d70e6640f39563ad7bb0aa0ba87f883848c;hp=5172034932111062c2a5b3c9009438ac588d9ed5;hpb=5822f817aa802c2c5a83e9d99a8ae78cb822799b;p=tinc diff --git a/src/script.h b/src/script.h index 51720349..381f9523 100644 --- a/src/script.h +++ b/src/script.h @@ -21,6 +21,8 @@ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ +#include "system.h" + typedef struct environment { int n; int size; @@ -28,7 +30,6 @@ typedef struct environment { } environment_t; extern int environment_add(environment_t *env, const char *format, ...); -extern int environment_placeholder(environment_t *env); extern void environment_update(environment_t *env, int pos, const char *format, ...); extern void environment_init(environment_t *env); extern void environment_exit(environment_t *env);