diff options
Diffstat (limited to 'protocols/nogaim.h')
| -rw-r--r-- | protocols/nogaim.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/protocols/nogaim.h b/protocols/nogaim.h index a98b7054..eccf77da 100644 --- a/protocols/nogaim.h +++ b/protocols/nogaim.h @@ -197,7 +197,7 @@ struct prpl {  	void (* add_deny)	(struct im_connection *, char *who);  	void (* rem_permit)	(struct im_connection *, char *who);  	void (* rem_deny)	(struct im_connection *, char *who); -	/* Doesn't actually have UI hooks. */ +	/* Doesn't actually have UI hooks. Not used at all, can be removed. */  	void (* set_permit_deny)(struct im_connection *);  	/* Request profile info. Free-formatted stuff, the IM module gives back | 
