1 #ifndef GONE_H
2 #define GONE_H
3 
4 struct gone_commands {
5 	char *command;
6 	char *help_str;
7 	int extended;
8 };
9 
10 #endif /* GONE_H */
11