1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-29 19:56:07 -04:00
profanity/profanity.h

10 lines
113 B
C
Raw Normal View History

2012-02-09 17:24:03 -05:00
#ifndef PROFANITY_H
#define PROFANITY_H
2012-02-16 19:42:41 -05:00
#define QUIT 0
#define LOGIN_FAIL 1
int profanity_start(void);
2012-02-09 17:24:03 -05:00
#endif