about summary refs log tree commit diff stats
path: root/src/event
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2019-10-18 11:23:30 +0200
committerMichael Vetter <jubalh@iodoru.org>2019-10-18 11:23:30 +0200
commit5c6f5ba0f7d5df942d286a6eae57bd4f1f2e7867 (patch)
tree22b3fe8f964c59546352a58167adc3f9af41b47b /src/event
parent33083662d16121bbc5e890400a038d546dbedeb2 (diff)
downloadprofani-tty-5c6f5ba0f7d5df942d286a6eae57bd4f1f2e7867.tar.gz
Add connection_get_profanity_identifier stub
And move defintion to xmpp.h
Diffstat (limited to 'src/event')
-rw-r--r--src/event/server_events.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/event/server_events.c b/src/event/server_events.c
index b875c22e..6afde171 100644
--- a/src/event/server_events.c
+++ b/src/event/server_events.c
@@ -49,7 +49,7 @@
 #include "event/common.h"
 #include "plugins/plugins.h"
 #include "ui/window_list.h"
-#include "xmpp/connection.h"
+#include "xmpp/xmpp.h"
 #include "xmpp/muc.h"
 #include "xmpp/chat_session.h"
 #include "xmpp/roster_list.h"