reindent-20030715
[openafs.git] / src / util / secutil_nt.h
index 83eea54..601b5f5 100644 (file)
@@ -20,12 +20,8 @@ typedef enum _WELLKNOWN_TRUSTEE_ID {
     LocalAdministratorsGroup
 } WELLKNOWN_TRUSTEE_ID;
 
-DWORD
-ObjectDaclEntryAdd(HANDLE objectHandle,
-                  SE_OBJECT_TYPE objectType,
-                  WELLKNOWN_TRUSTEE_ID trustee,
-                  DWORD accessPerm,
-                  ACCESS_MODE accessMode,
-                  DWORD inheritance);
+DWORD ObjectDaclEntryAdd(HANDLE objectHandle, SE_OBJECT_TYPE objectType,
+                        WELLKNOWN_TRUSTEE_ID trustee, DWORD accessPerm,
+                        ACCESS_MODE accessMode, DWORD inheritance);
 
 #endif /* OPENAFS_SECUTIL_NT_H */