comparison src/privacy.h @ 5563:9eb5b13fd412

[gaim-migrate @ 5965] Just a taste of what's coming. Standard "This won't compile" thing. Plugin authors, you're going to hate me, but that's okay, because I have friends too! It's really late. My brain resembles that of fish swimming in jello pudding with neon lights flying around chanting musicals. I'm not on drugs. I'm just that tired. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Fri, 30 May 2003 09:38:29 +0000
parents 283fb289c510
children 059d95c67cda
comparison
equal deleted inserted replaced
5562:3c8d34574601 5563:9eb5b13fd412
18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19 * 19 *
20 */ 20 */
21 21
22 #include "gaim.h" 22 #include "gaim.h"
23 gboolean gaim_privacy_permit_add(struct gaim_account *account, const char *name); 23 gboolean gaim_privacy_permit_add(GaimAccount *account, const char *name);
24 gboolean gaim_privacy_deny_add(struct gaim_account *account, const char *name); 24 gboolean gaim_privacy_deny_add(GaimAccount *account, const char *name);
25 gboolean gaim_privacy_deny_remove(struct gaim_account *account, const char *name); 25 gboolean gaim_privacy_deny_remove(GaimAccount *account, const char *name);
26 gboolean gaim_privacy_permit_remove(struct gaim_account *account, const char *name); 26 gboolean gaim_privacy_permit_remove(GaimAccount *account, const char *name);