From: Luiz Augusto von Dentz <luiz.dentz-von@xxxxxxxxx> --- plugins/nokia-backup.c | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/plugins/nokia-backup.c b/plugins/nokia-backup.c index 4a69d8f..cf17e16 100644 --- a/plugins/nokia-backup.c +++ b/plugins/nokia-backup.c @@ -278,6 +278,13 @@ static ssize_t backup_write(void *object, const void *buf, size_t count) return ret; } +static int backup_flush(void *object) +{ + DBG("%p", object); + + return 0; +} + static struct obex_mime_type_driver backup = { .target = FTP_TARGET, .target_size = TARGET_SIZE, @@ -286,6 +293,7 @@ static struct obex_mime_type_driver backup = { .close = backup_close, .read = backup_read, .write = backup_write, + .flush = backup_flush, }; static int backup_init(void) -- 1.7.1 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html