summaryrefslogtreecommitdiff
path: root/libpurple/server.c
diff options
context:
space:
mode:
authorGary Kramlich <grim@reaperworld.com>2020-11-04 02:35:18 -0600
committerGary Kramlich <grim@reaperworld.com>2020-11-04 02:35:18 -0600
commit259717742d65118410364f8c2f5aea22e1797104 (patch)
tree152caca528692def800265b9744a68e97bb70b05 /libpurple/server.c
parent5401ad26568d1a45aaf538caf01d82206df1703f (diff)
downloadpidgin-259717742d65118410364f8c2f5aea22e1797104.tar.gz
Split PurpleAttentionType and PurpleProtocolAttention into their own files
Testing Done: Compiled and ran, I sent an XMPP buzz, but we don't currently render it with talkatu nor is there a toolbar action associated with attention so I couldn't really test. Reviewed at https://reviews.imfreedom.org/r/176/
Diffstat (limited to 'libpurple/server.c')
-rw-r--r--libpurple/server.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libpurple/server.c b/libpurple/server.c
index ff9e8f267f..870981adf3 100644
--- a/libpurple/server.c
+++ b/libpurple/server.c
@@ -34,6 +34,7 @@
#include "prefs.h"
#include "protocol.h"
#include "purpleprivate.h"
+#include "purpleprotocolattention.h"
#include "purpleprotocolim.h"
#include "purpleprotocolprivacy.h"
#include "request.h"