blob: dadbf3b1437b612a8b0ee7e1a5d5b56d46f8aa3c [file] [log] [blame]
Thierry FOURNIER4834bc72015-06-06 19:29:07 +02001#ifndef _PROTO_VARS_H
2#define _PROTO_VARS_H
3
4#include <types/vars.h>
5
6void vars_init(struct vars *vars, enum vars_scope scope);
7void vars_prune(struct vars *vars, struct stream *strm);
8int vars_check_arg(struct arg *arg, char **err);
9
10#endif