From 5f9c60ce4b986e952743f886ab14bac639d0f195 Mon Sep 17 00:00:00 2001 From: Nick Thomas Date: Mon, 23 May 2022 18:34:56 +0100 Subject: [PATCH] Compile against purple 2.14 --- libdelta.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libdelta.c b/libdelta.c index 76841a4..81de66a 100644 --- a/libdelta.c +++ b/libdelta.c @@ -205,7 +205,11 @@ static PurplePluginProtocolInfo extra_info = NULL, /* set_public_alias */ NULL, /* get_public_alias */ NULL, /* add_buddy_with_invite */ - NULL /* add_buddies_with_invite */ + NULL, /* add_buddies_with_invite */ + // 2.14 + NULL, /* get_cb_alias */ + NULL, /* chat_can_send_file */ + NULL /* some send file */ };