1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-11-03 19:37:16 -05:00
profanity/command.h

7 lines
75 B
C
Raw Normal View History

2012-02-09 18:15:53 -05:00
#ifndef COMMAND_H
#define COMMAND_H
2012-02-19 20:42:29 -05:00
int process_input(char *inp);
2012-02-09 18:15:53 -05:00
#endif