aboutsummaryrefslogtreecommitdiffstats
path: root/irc.h
diff options
context:
space:
mode:
Diffstat (limited to 'irc.h')
-rw-r--r--irc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/irc.h b/irc.h
index 3c69c601..b1d8b6ef 100644
--- a/irc.h
+++ b/irc.h
@@ -196,7 +196,8 @@ void irc_send_names( irc_channel_t *ic );
void irc_send_topic( irc_channel_t *ic, gboolean topic_change );
void irc_send_whois( irc_user_t *iu );
void irc_send_who( irc_t *irc, GSList *l, const char *channel );
-void irc_send_msg( irc_user_t *iu, const char *type, const char *dst, const char *msg );
+void irc_send_msg( irc_user_t *iu, const char *type, const char *dst, const char *msg, const char *prefix );
+void irc_send_msg_raw( irc_user_t *iu, const char *type, const char *dst, const char *msg );
/* irc_user.c */
irc_user_t *irc_user_new( irc_t *irc, const char *nick );