1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-06 10:33:12 +02:00

send_multinotice() -> sendnotice_multiline()

This commit is contained in:
Bram Matthys
2019-11-01 13:12:40 +01:00
parent dfa83aa6e5
commit 6402dfd2fe
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -956,7 +956,7 @@ extern char *filename_add_suffix(const char *fname, const char *suffix);
extern int filename_has_suffix(const char *fname, const char *suffix);
extern void addmultiline(MultiLine **l, char *line);
extern void freemultiline(MultiLine *l);
extern void send_multinotice(Client *client, MultiLine *m);
extern void sendnotice_multiline(Client *client, MultiLine *m);
extern void unreal_del_quotes(char *i);
extern char *unreal_add_quotes(char *str);
extern int unreal_add_quotes_r(char *i, char *o, size_t len);