Changes by: szaka
Update of /cvsroot/linux-ntfs/ntfsprogs/ntfsprogs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22724/ntfsprogs
Modified Files:
ntfsundelete.c
Log Message:
- fix handle_undelete() declaration (compiler warning)
Index: ntfsundelete.c
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/ntfsprogs/ntfsundelete.c,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -p -r1.36 -r1.37
--- ntfsundelete.c 23 Mar 2005 13:01:27 -0000 1.36
+++ ntfsundelete.c 10 May 2005 16:37:01 -0000 1.37
@@ -2002,7 +2002,7 @@ free:
* handle_undelete
* Handles the undelete
*/
-int handle_undelete (ntfs_volume *vol)
+static int handle_undelete (ntfs_volume *vol)
{
int result = 1;
int i;
|