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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/profanity.h b/src/profanity.h
index 040a897a..bc4d45f5 100644
--- a/src/profanity.h
+++ b/src/profanity.h
@@ -43,6 +43,6 @@
 void prof_run(char *log_level, char *account_name, char *config_file, char *log_file, char *theme_name);
 void prof_set_quit(void);
 
-pthread_mutex_t lock;
+extern pthread_mutex_t lock;
 
 #endif