]> jfr.im git - solanum.git/blobdiff - include/channel.h
ircd_parser: Fix inconsistent declaration of yyerror().
[solanum.git] / include / channel.h
index 5dac75da548dbc4775a9b58b932f70970879fce0..0f8bd314603173251207dbdd477a6ea6ef6d05e4 100644 (file)
@@ -113,17 +113,7 @@ struct ChModeChange
        const char *arg;
        const char *id;
        int dir;
-       int caps;
-       int nocaps;
        int mems;
-       struct Client *client;
-};
-
-struct ChCapCombo
-{
-       int count;
-       int cap_yes;
-       int cap_no;
 };
 
 typedef void (*ChannelModeFunc)(struct Client *source_p, struct Channel *chptr,