summaryrefslogtreecommitdiff
path: root/src/otr/module.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/otr/module.h')
-rw-r--r--src/otr/module.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/otr/module.h b/src/otr/module.h
index fdfc77bd..513ee03b 100644
--- a/src/otr/module.h
+++ b/src/otr/module.h
@@ -24,6 +24,6 @@
#include "common.h"
#include "servers.h"
-void sig_message_private(SERVER_REC *server, const char *msg, const char *nick, const char *address);
+void sig_message_private(SERVER_REC *server, const char *msg, const char *nick, const char *address, const char *target);
#endif /* IRSSI_OTR_MODULE */