Tidied initialisation

This commit is contained in:
James Booth
2012-03-01 01:44:47 +00:00
parent 0dac914813
commit 723a99540d
3 changed files with 18 additions and 17 deletions

View File

@@ -23,6 +23,8 @@
#ifndef PROFANITY_H
#define PROFANITY_H
void profanity_main(int disable_tls);
void profanity_init(int disable_tls);
void profanity_run(void);
void profanity_shutdown(void);
#endif