reactos/dll/win32/fmifs/extend.c
Timo Kreuzer 6afbc8f483 Hopefully create a branch and not destroy the svn repository.
svn path=/branches/reactos-yarotows/; revision=45219
2010-01-23 23:25:04 +00:00

19 lines
321 B
C

/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: File Management IFS Utility functions
* FILE: reactos/dll/win32/fmifs/extend.c
* PURPOSE: Volume extension
*
* PROGRAMMERS: (none)
*/
#include "precomp.h"
/* FMIFS.5 */
VOID NTAPI
Extend (VOID)
{
}
/* EOF */