summaryrefslogtreecommitdiff
path: root/include/evanix.h
blob: aa53b9f28f92605d22330c985d2bd10467f262ee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#include <stdbool.h>

#ifndef EVANIX_H

struct evanix_opts_t {
	bool isflake;
	bool isdryrun;
	bool ispipelined;
	bool close_stderr_exec;
};

extern struct evanix_opts_t evanix_opts;

#define EVANIX_H
#endif