@@ -94,12 +94,12 @@ * string * \param owner The new owner for the file * \param group The new group for the file */ + (void)changeOwnerOfFile: (OFString*)path - toOwner: (uid_t)owner - group: (gid_t)group; + toOwner: (OFString*)owner + group: (OFString*)group; #endif /** * Copies a file. *