0
1
mirror of https://github.com/profanity-im/profanity.git synced 2025-11-09 23:28:01 -05:00
Files
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