mirror of
https://github.com/profanity-im/profanity.git
synced 2024-10-06 20:03:46 -04:00
7 lines
76 B
C
7 lines
76 B
C
#ifndef PROFANITY_H
|
|
#define PROFANITY_H
|
|
|
|
void profanity_main(void);
|
|
|
|
#endif
|