mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-08-01 00:16:21 +00:00
profanity.c: move var into function
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user