--- a/libpurple/connection.h Sat Jan 03 20:43:50 2009 +0000 +++ b/libpurple/connection.h Sat Jan 03 21:39:41 2009 +0000 @@ -144,6 +144,7 @@ #include <time.h> #include "account.h" +#include "keyring.h" #include "plugin.h" #include "status.h" #include "sslconn.h" @@ -390,7 +391,8 @@ PurplePlugin * purple_connection_get_prpl(const PurpleConnection *gc); /** - * Returns the connection's password. + * Returns the connection's password. Deprecated, use + * purple_connection_get_password_async() instead. * * @param gc The connection. *