9 lines
121 B
C
9 lines
121 B
C
|
#ifndef COMMAND_H
|
||
|
#define COMMAND_H
|
||
|
|
||
|
#include "parse.h"
|
||
|
|
||
|
unsigned char invoke(struct Args args);
|
||
|
|
||
|
#endif /* COMMAND_H */
|