diff options
author | Nikias Bassen | 2014-11-11 14:47:54 +0100 |
---|---|---|
committer | Nikias Bassen | 2014-12-02 19:17:08 +0100 |
commit | 4b102f04bc67f1128ba55ac90b2bf2cb1ce09850 (patch) | |
tree | 7341f78c776a52998b885931e462a1f143e029fd | |
parent | b752fbc1dd92238a34c888fbaef921aa802c4a82 (diff) | |
download | usbmuxd-4b102f04bc67f1128ba55ac90b2bf2cb1ce09850.tar.gz usbmuxd-4b102f04bc67f1128ba55ac90b2bf2cb1ce09850.tar.bz2 |
preflight: Remove obsoleted extern function declarations
-rw-r--r-- | src/preflight.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/preflight.h b/src/preflight.h index 7c45bb9..dd8647e 100644 --- a/src/preflight.h +++ b/src/preflight.h @@ -22,9 +22,6 @@ #include "device.h" -extern void userpref_get_system_buid(char **systembuid); -extern void userpref_device_record_get_host_id(const char *udid, char **host_id); - void preflight_device_remove_cb(void *data); void preflight_worker_device_add(struct device_info* info); |