From b1b746ec1826c3c42652e098fad469e514c10087 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Thu, 28 Jan 2010 17:25:24 +0100 Subject: Split up code into more separate files --- src/device.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/device.h') diff --git a/src/device.h b/src/device.h index 6afaa84..1fa7c4b 100644 --- a/src/device.h +++ b/src/device.h @@ -28,6 +28,7 @@ #include struct device_info_int { + char *uuid; char *device_name; char *device_type; guint battery_capacity; -- cgit v1.1-32-gdbae