]> jfr.im git - solanum.git/blobdiff - include/parse.h
Remove unused kline delay machinery
[solanum.git] / include / parse.h
index a61754f1366fd2ace6ff9929fd4494cd4b459de0..a60068dd8418c034f3801327aaf05c7bffd15284 100644 (file)
@@ -39,7 +39,7 @@ extern void mod_add_cmd(struct Message *msg);
 extern void mod_del_cmd(struct Message *msg);
 extern char *reconstruct_parv(int parc, const char *parv[]);
 
-extern struct Dictionary *alias_dict;
-extern struct Dictionary *cmd_dict;
+extern rb_dictionary *alias_dict;
+extern rb_dictionary *cmd_dict;
 
 #endif /* INCLUDED_parse_h_h */