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






                         
                             
                     
                           





                                        
#include <stdbool.h>
#include <stdint.h>

#ifndef EVANIX_H

struct evanix_opts_t {
	bool isflake;
	bool isdryrun;
	bool ispipelined;
	bool close_unused_fd;
	char *system;
	uint32_t max_build;
};

extern struct evanix_opts_t evanix_opts;

#define EVANIX_H
#endif