Move debug() to the top
This commit is contained in:
12
libdelta.c
12
libdelta.c
@@ -14,6 +14,12 @@
|
|||||||
|
|
||||||
#define UNUSED(x) (void)(x)
|
#define UNUSED(x) (void)(x)
|
||||||
|
|
||||||
|
static void
|
||||||
|
debug(const char *str)
|
||||||
|
{
|
||||||
|
purple_debug_info(PLUGIN_ID, str);
|
||||||
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
delta_login()
|
delta_login()
|
||||||
{
|
{
|
||||||
@@ -37,12 +43,6 @@ delta_list_icon(PurpleAccount *acct, PurpleBuddy *buddy)
|
|||||||
return "delta";
|
return "delta";
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
|
||||||
debug(const char *str)
|
|
||||||
{
|
|
||||||
purple_debug_info(PLUGIN_ID, str);
|
|
||||||
}
|
|
||||||
|
|
||||||
static PurpleAccountOption *
|
static PurpleAccountOption *
|
||||||
str_opt(const char *text, const char *name, const char *def)
|
str_opt(const char *text, const char *name, const char *def)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user