From aa6fdf47d724897e0948bbfc49a9cf4256c90307 Mon Sep 17 00:00:00 2001 From: Jochen De Smet Date: Sun, 16 Sep 2012 00:35:22 -0400 Subject: [PATCH] Add stub photo functions to fix miranda compilation --- src/miranda/miranda-buddy.c | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/miranda/miranda-buddy.c b/src/miranda/miranda-buddy.c index b7b94723..fcf3725d 100644 --- a/src/miranda/miranda-buddy.c +++ b/src/miranda/miranda-buddy.c @@ -739,6 +739,21 @@ sipe_miranda_GetInfo( SIPPROTO *pr, HANDLE hContact, int infoType ) return 0; } +void sipe_backend_buddy_set_photo(struct sipe_core_public *sipe_public, + const gchar *who, + gpointer photo_data, + gsize data_len, + const gchar *photo_hash) +{ +} + +const gchar *sipe_backend_buddy_get_photo_hash(struct sipe_core_public *sipe_public, + const gchar *who) +{ + const gchar *result = NULL; + return result; +} + /* Local Variables: mode: c -- 2.11.4.GIT