mirror of
https://github.com/profanity-im/profanity.git
synced 2024-10-06 20:03:46 -04:00
7 lines
75 B
C
7 lines
75 B
C
#ifndef COMMAND_H
|
|
#define COMMAND_H
|
|
|
|
int process_input(char *inp);
|
|
|
|
#endif
|