1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-30 21:55:24 +00:00
profanity/command.h
2012-02-18 22:51:08 +00:00

12 lines
179 B
C

#ifndef COMMAND_H
#define COMMAND_H
#define AWAIT_COMMAND 1
#define START_MAIN 2
#define QUIT_PROF 3
int handle_start_command(char *inp);
int handle_command(char *cmd);
#endif