Mercurial > pidgin
changeset 6379:31c0a9adc1a4
[gaim-migrate @ 6884]
Just a little whitespace reformatting.
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Tue, 05 Aug 2003 19:19:14 +0000 |
parents | 01289157fc37 |
children | 0f0b34c72e69 |
files | src/privacy.h |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/privacy.h Tue Aug 05 18:59:57 2003 +0000 +++ b/src/privacy.h Tue Aug 05 19:19:14 2003 +0000 @@ -65,7 +65,7 @@ * @return TRUE if the user was removed successfully, or @c FALSE otherwise. */ gboolean gaim_privacy_permit_remove(GaimAccount *account, const char *name, - gboolean local_only); + gboolean local_only); /** * Adds a user to the account's deny list. @@ -78,7 +78,7 @@ * @return TRUE if the user was added successfully, or @c FALSE otherwise. */ gboolean gaim_privacy_deny_add(GaimAccount *account, const char *name, - gboolean local_only); + gboolean local_only); /** * Removes a user from the account's deny list. @@ -91,7 +91,7 @@ * @return TRUE if the user was removed successfully, or @c FALSE otherwise. */ gboolean gaim_privacy_deny_remove(GaimAccount *account, const char *name, - gboolean local_only); + gboolean local_only); /** * Sets the UI operations structure for the privacy subsystem.