X-Git-Url: https://git.saurik.com/apple/configd.git/blobdiff_plain/4c5e92e2493bdfbbce40e998f3b607c72c47af2c..441dd19beddb71be6edb0b50e19a89e700a89468:/scutil.tproj/scutil.h diff --git a/scutil.tproj/scutil.h b/scutil.tproj/scutil.h index 794530b..75bd7f4 100644 --- a/scutil.tproj/scutil.h +++ b/scutil.tproj/scutil.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000-2003 Apple Computer, Inc. All rights reserved. + * Copyright (c) 2000-2005, 2009 Apple Inc. All rights reserved. * * @APPLE_LICENSE_HEADER_START@ * @@ -49,9 +49,13 @@ typedef struct { } Input, *InputRef; +extern AuthorizationRef authorization; +extern InputRef currentInput; +extern Boolean doDispatch; extern int nesting; extern CFRunLoopRef notifyRl; extern CFRunLoopSourceRef notifyRls; +extern SCPreferencesRef prefs; extern SCDynamicStoreRef store; extern CFPropertyListRef value; extern CFMutableArrayRef watchedKeys;