libraries/iosrv/inc/ioutils.h
changeset 42 e81b4e28b3e2
parent 37 534b01198c2d
child 66 2a78c4ff2eab
--- a/libraries/iosrv/inc/ioutils.h	Thu Aug 26 15:28:08 2010 +0100
+++ b/libraries/iosrv/inc/ioutils.h	Sat Aug 28 00:12:38 2010 +0100
@@ -186,6 +186,7 @@
 	IMPORT_C void SetIsDirectoryL(); // Ensure the descriptor ends in a slash
 	IMPORT_C TInt FindFile(RFs& aFs);
 	IMPORT_C void FindFileL(RFs& aFs);
+	IMPORT_C void Normalize(RFs& aFs);
 private:
 	void CheckSpaceL(TInt aLengthToAdd) const;
 private: