summaryrefslogblamecommitdiff
path: root/include/evanix.h
blob: 32f6ed6f357f3c924ae1cf1fc10ae65c916d3e52 (plain) (tree)
1
2
3
4
5
6
7
8
9








                               
                     
                      





                                        
#include <stdbool.h>

#ifndef EVANIX_H

struct evanix_opts_t {
	bool isflake;
	bool isdryrun;
	bool ispipelined;
	bool close_stderr_exec;
	char *system;
	int max_build;
};

extern struct evanix_opts_t evanix_opts;

#define EVANIX_H
#endif