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