diff src/account.h @ 11159:bd8ac1d4b2f2

[gaim-migrate @ 13246] Get rid of a bunch of gcc4 compile warnings in oscar. Here's what I'm doing: -For random bits of binary data, use guchar * -For textual data (not necessarily utf8), use gchar * This seems to be what glib and gtk do committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 26 Jul 2005 04:34:37 +0000
parents 1c5398ccbeb0
children b4b1be482b4e
line wrap: on
line diff
--- a/src/account.h	Mon Jul 25 23:46:34 2005 +0000
+++ b/src/account.h	Tue Jul 26 04:34:37 2005 +0000
@@ -268,7 +268,7 @@
  * @param account  The account.
  * @param presence The presence.
  *
- * This function does not seem to be implemented anywhere ...
+ * TODO: This function does not seem to be implemented anywhere...
  */
 void gaim_account_set_presence(GaimAccount *account, GaimPresence *presence);