/*
- * Copyright (c) 2000-2003 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2000-2005, 2009 Apple Inc. All rights reserved.
*
* @APPLE_LICENSE_HEADER_START@
*
} 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;