mirror of
https://github.com/profanity-im/profanity.git
synced 2025-02-02 15:08:15 -05:00
profanity.c: move var into function
This commit is contained in:
parent
0044da01ee
commit
5d2037aa0c
@ -91,12 +91,13 @@ static void _shutdown(void);
|
|||||||
static void _connect_default(const char* const account);
|
static void _connect_default(const char* const account);
|
||||||
|
|
||||||
pthread_mutex_t lock;
|
pthread_mutex_t lock;
|
||||||
static gboolean cont = TRUE;
|
|
||||||
static gboolean force_quit = FALSE;
|
static gboolean force_quit = FALSE;
|
||||||
|
|
||||||
void
|
void
|
||||||
prof_run(char* log_level, char* account_name, char* config_file, char* log_file, char* theme_name)
|
prof_run(char* log_level, char* account_name, char* config_file, char* log_file, char* theme_name)
|
||||||
{
|
{
|
||||||
|
gboolean cont = TRUE;
|
||||||
|
|
||||||
_init(log_level, config_file, log_file, theme_name);
|
_init(log_level, config_file, log_file, theme_name);
|
||||||
plugins_on_start();
|
plugins_on_start();
|
||||||
_connect_default(account_name);
|
_connect_default(account_name);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user