about summary refs log tree commit diff stats
path: root/profanity.h
blob: 6a8256e132ff9e0bb3c169e7889b23ebcd82c6a1 (plain) (blame)
1
2
3
4
5
6
7
8
9
#ifndef PROFANITY_H
#define PROFANITY_H

#define QUIT 0
#define LOGIN_FAIL 1

int profanity_start(void);

#endif