mirror of
https://github.com/irssi/irssi.git
synced 2024-10-27 05:20:20 -04:00
Remove unneeded comment
This commit is contained in:
parent
bed0a3309f
commit
482a3a5bdd
@ -1,7 +1,6 @@
|
|||||||
#ifndef __IRC_CAP_H
|
#ifndef __IRC_CAP_H
|
||||||
#define __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_init(void);
|
||||||
void irc_cap_deinit(void);
|
void irc_cap_deinit(void);
|
||||||
int irc_cap_toggle (IRC_SERVER_REC *server, char *cap, int enable);
|
int irc_cap_toggle (IRC_SERVER_REC *server, char *cap, int enable);
|
||||||
|
Loading…
Reference in New Issue
Block a user