1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-22 19:45:54 -04:00
profanity/profanity.h
2012-02-17 00:42:41 +00:00

10 lines
113 B
C

#ifndef PROFANITY_H
#define PROFANITY_H
#define QUIT 0
#define LOGIN_FAIL 1
int profanity_start(void);
#endif