libpurple/connection.h

branch
soc.2008.masterpassword
changeset 34018
303ae52b5882
parent 25105
fe13c190ca13
parent 33998
5fcfc69be362
child 34019
bc87f596bb4c
--- 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.
  *

mercurial