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 7e128dc8..b32bbf17 100644
--- a/src/profanity.h
+++ b/src/profanity.h
@@ -38,7 +38,7 @@
 #include "resource.h"
 #include "xmpp/xmpp.h"
 
-void prof_run(char *log_level, char *account_name);
+void prof_run(char *log_level, char *account_name, gboolean use_gtk);
 
 void prof_handle_idle(void);
 void prof_handle_activity(void);