Created shutdown init function to initiate and wait for shutdown

This commit is contained in:
James Booth
2012-09-11 22:55:59 +01:00
parent 1d44a8a345
commit 3a8229bf6a
5 changed files with 73 additions and 38 deletions

View File

@@ -25,6 +25,7 @@
void profanity_init(const int disable_tls, char *log_level);
void profanity_run(void);
void profanity_shutdown_init(void);
void profanity_shutdown(void);
#endif