]> jfr.im git - solanum.git/blobdiff - include/parse.h
Add .travis.yml
[solanum.git] / include / parse.h
index c9597e0b335f4071025ec27ceb7c7b6f36d4e6e1..be4e916e8938ce33fee43ea6ab30670c6bcda40f 100644 (file)
 #ifndef INCLUDED_parse_h_h
 #define INCLUDED_parse_h_h
 
-#include "tools.h"
+#include "irc_dictionary.h"
 
 struct Message;
 struct Client;
 
 extern void parse(struct Client *, char *, char *);
-extern void handle_encap(struct Client *, struct Client *, 
+extern void handle_encap(struct Client *, struct Client *,
                         const char *, int, const char *parv[]);
 extern void clear_hash_parse(void);
 extern void mod_add_cmd(struct Message *msg);
 extern void mod_del_cmd(struct Message *msg);
 extern void report_messages(struct Client *);
+extern char *reconstruct_parv(int parc, const char *parv[]);
 
 extern struct Dictionary *alias_dict;