Add extern for 'remote_device_db_memory'

This commit is contained in:
matthias.ringwald 2011-05-17 07:38:54 +00:00
parent 73ba8a136d
commit 1607b1afc9

View File

@ -57,3 +57,4 @@ typedef struct {
} remote_device_db_t;
extern remote_device_db_t remote_device_db_iphone;
extern remote_device_db_t remote_device_db_memory;