summaryrefslogtreecommitdiff
path: root/libpurple/account.h
diff options
context:
space:
mode:
authorWill Thompson <resiak@pidgin.im>2007-11-03 00:25:33 +0000
committerWill Thompson <resiak@pidgin.im>2007-11-03 00:25:33 +0000
commit0078318a4ec24719ef6509eb5fb280a39430e79c (patch)
tree9c0db42e6e5b3b806b8e1f83a100cf0df2eadc2b /libpurple/account.h
parent4d926ed88f8c2ed45bf235fca223859cc1b6b186 (diff)
downloadpidgin-0078318a4ec24719ef6509eb5fb280a39430e79c.tar.gz
purple_account_clear_current_error is public API, so should not be static.
Diffstat (limited to 'libpurple/account.h')
-rw-r--r--libpurple/account.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpurple/account.h b/libpurple/account.h
index 2b9ac64e89..8b5c778e10 100644
--- a/libpurple/account.h
+++ b/libpurple/account.h
@@ -912,7 +912,7 @@ const PurpleConnectionErrorInfo *purple_account_get_current_error(PurpleAccount
*
* @param account The account whose error state should be cleared.
*/
-static void purple_account_clear_current_error(PurpleAccount *account);
+void purple_account_clear_current_error(PurpleAccount *account);
/*@}*/