1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-08-04 18:44:14 -04:00
profanity/command.h
2012-02-20 01:42:29 +00:00

7 lines
75 B
C

#ifndef COMMAND_H
#define COMMAND_H
int process_input(char *inp);
#endif