#ifndef STASIS_ARGS_H #define STASIS_ARGS_H #include extern struct option long_options[]; void usage(char *name); #endif //STASIS_ARGS_H