blob: aa53b9f28f92605d22330c985d2bd10467f262ee (
plain) (
tree)
|
|
#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
|