summaryrefslogtreecommitdiff
path: root/libpurple/buddy.c
diff options
context:
space:
mode:
authorGary Kramlich <grim@reaperworld.com>2020-09-21 20:15:51 -0500
committerGary Kramlich <grim@reaperworld.com>2020-09-21 20:15:51 -0500
commitce1bfd3f5ec583c5d45e99e311b84045e8ec3bca (patch)
tree2839ac258ef7dc3496ae7dd72473b2bf5175d61f /libpurple/buddy.c
parent1237f70653f4cb95b17e8104a2ade2966f7c45b2 (diff)
downloadpidgin-ce1bfd3f5ec583c5d45e99e311b84045e8ec3bca.tar.gz
Move PurpleAccountPresence and PurpleBuddyPresence to their own files
split purpleaccountpresence and purplebuddypresence out to their own files. Going to clean up the `update_idle` methods and convert them from `time_t` to `GDateTime` in another PR, so I didn't do anything aside from the bare minimum in them right now. Testing Done: ran and verified logins still work. Reviewed at https://reviews.imfreedom.org/r/122/
Diffstat (limited to 'libpurple/buddy.c')
-rw-r--r--libpurple/buddy.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libpurple/buddy.c b/libpurple/buddy.c
index 6012d248dd..c58d2e435d 100644
--- a/libpurple/buddy.c
+++ b/libpurple/buddy.c
@@ -21,6 +21,7 @@
*
*/
#include "internal.h"
+#include "purplebuddypresence.h"
#include "util.h"
typedef struct _PurpleBuddyPrivate PurpleBuddyPrivate;