From 332085b115d9eb81b3a5461fcd08ea0a04d9035b Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Wed, 9 Oct 2013 17:45:56 +0200 Subject: preflight: define extern userpref_remove_device_record --- src/preflight.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/preflight.c b/src/preflight.c index 44a59ff..832996b 100644 --- a/src/preflight.c +++ b/src/preflight.c @@ -54,6 +54,8 @@ struct np_cb_data { np_client_t np; }; +extern uint16_t userpref_remove_device_record(const char* udid); + static void set_untrusted_host_buid(lockdownd_client_t lockdown) { char* system_buid = NULL; -- cgit v1.1-32-gdbae