From 4c5b51f851604ccd64832e882f5bd7a250ee7df0 Mon Sep 17 00:00:00 2001 From: Anton Lundin Date: Sun, 18 Sep 2016 08:10:31 +0200 Subject: [PATCH] Add blank row to match upstream Signed-off-by: Anton Lundin Signed-off-by: Dirk Hohndel --- src/device.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/device.c b/src/device.c index 3edb807..f94adf2 100644 --- a/src/device.c +++ b/src/device.c @@ -197,6 +197,7 @@ dc_device_open (dc_device_t **out, dc_context_t *context, dc_descriptor_t *descr return rc; } + int dc_device_isinstance (dc_device_t *device, const dc_device_vtable_t *vtable) {