1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-30 21:55:24 +00: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