summaryrefslogtreecommitdiffstats
path: root/src/device.h
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2010-01-28 17:25:24 +0100
committerGravatar Martin Szulecki2010-01-28 18:12:30 +0100
commitb1b746ec1826c3c42652e098fad469e514c10087 (patch)
treec9101ede64798478316af5611fa449aada36e21e /src/device.h
parentd7844e59f766ee95a04ecf00d1e26aca974e9229 (diff)
downloadsbmanager-b1b746ec1826c3c42652e098fad469e514c10087.tar.gz
sbmanager-b1b746ec1826c3c42652e098fad469e514c10087.tar.bz2
Split up code into more separate files
Diffstat (limited to 'src/device.h')
-rw-r--r--src/device.h1
1 files changed, 1 insertions, 0 deletions
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 <libiphone/sbservices.h>
struct device_info_int {
+ char *uuid;
char *device_name;
char *device_type;
guint battery_capacity;