diff options
| -rw-r--r-- | src/preflight.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/preflight.h b/src/preflight.h index dce3356..045a5e9 100644 --- a/src/preflight.h +++ b/src/preflight.h | |||
| @@ -23,6 +23,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | |||
| 23 | 23 | ||
| 24 | #include "device.h" | 24 | #include "device.h" |
| 25 | 25 | ||
| 26 | extern void userpref_device_record_get_host_id(const char *udid, char **host_id); | ||
| 27 | |||
| 26 | void preflight_worker_device_add(struct device_info* info); | 28 | void preflight_worker_device_add(struct device_info* info); |
| 27 | 29 | ||
| 28 | #endif | 30 | #endif |
