1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-29 19:56:07 -04:00
profanity/command.h

7 lines
76 B
C
Raw Normal View History

2012-02-09 18:15:53 -05:00
#ifndef COMMAND_H
#define COMMAND_H
int handle_command(char *cmd);
#endif