summaryrefslogtreecommitdiffstats
path: root/Ntfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'Ntfs.h')
-rw-r--r--Ntfs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Ntfs.h b/Ntfs.h
index 8cc36de..c15e58b 100644
--- a/Ntfs.h
+++ b/Ntfs.h
@@ -1,5 +1,6 @@
/*
* Copyright (C) 2008 The Android Open Source Project
+ * Copyright (C) 2012 Freescale Semiconductor, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -26,7 +27,6 @@ public:
bool ro, bool remount, bool executable,
int ownerUid, int ownerGid, int permMask,
bool createLost);
- static int format(const char *fsPath, unsigned int numSectors);
};
#endif