Loading...
include/fsproperties.h Libc-320 Libc-498
--- Libc/Libc-320/include/fsproperties.h
+++ Libc/Libc-498/include/fsproperties.h
@@ -2,8 +2,6 @@
  * Copyright (c) 2000 Apple Computer, Inc. All rights reserved.
  *
  * @APPLE_LICENSE_HEADER_START@
- * 
- * Copyright (c) 1999-2003 Apple Computer, Inc.  All Rights Reserved.
  * 
  * This file contains Original Code and/or Modifications of Original Code
  * as defined in and that are subject to the Apple Public Source License
@@ -40,7 +38,9 @@
 #define kFSFormatArgumentsKey        "FSFormatArguments"
 #define kFSFormatContentMaskKey      "FSFormatContentMask"
 #define kFSFormatExecutableKey       "FSFormatExecutable"
+#define kFSFormatInteractiveKey      "FSFormatInteractive"
 #define kFSFormatMinimumSizeKey      "FSFormatMinimumSize"
+#define kFSFormatMaximumSizeKey      "FSFormatMaximumSize"
 #define kFSMountArgumentsKey         "FSMountArguments"
 #define kFSMountExecutableKey        "FSMountExecutable"
 #define kFSNameKey                   "FSName"
@@ -48,5 +48,6 @@
 #define kFSRepairExecutableKey       "FSRepairExecutable"
 #define kFSVerificationArgumentsKey  "FSVerificationArguments"
 #define kFSVerificationExecutableKey "FSVerificationExecutable"
+#define kFSSubTypeKey                "FSSubType"
 
 #endif /* _FSPROPERTIES_H_ */