#ifndef GONE_H #define GONE_H struct gone_commands { char *command; char *help_str; int extended; }; #endif /* GONE_H */