1
0
mirror of https://github.com/irssi/irssi.git synced 2024-07-21 03:14:16 -04:00

Remove unneeded comment

This commit is contained in:
Calvin Buckley 2018-11-26 09:56:04 -04:00 committed by GitHub
parent bed0a3309f
commit 482a3a5bdd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,6 @@
#ifndef __IRC_CAP_H
#define __IRC_CAP_H
/* this is prefixed as to not conflict with an AIX/i function in their stdlib */
void irc_cap_init(void);
void irc_cap_deinit(void);
int irc_cap_toggle (IRC_SERVER_REC *server, char *cap, int enable);