about summary refs log tree commit diff stats
path: root/src/profanity.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/profanity.h')
-rw-r--r--src/profanity.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/profanity.h b/src/profanity.h
index e0d01a23..b04c3a52 100644
--- a/src/profanity.h
+++ b/src/profanity.h
@@ -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