#ifndef COMMANDS_H #define COMMANDS_H int execute(Tox *m, int friendnumber, const char *input, int length, bool user); #endif /* COMMANDS_H */