mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +02:00
Remove orphan function declaration
This commit is contained in:
@@ -179,10 +179,6 @@ INT32 CompareSGPFileTimes( SGP_FILETIME *pFirstFileTime, SGP_FILETIME *pSecondFi
|
||||
// files times may be slightly different due to SourceSafe of copying
|
||||
BOOLEAN FileIsOlderThanFile(CHAR8 *pcFileName1, CHAR8 *pcFileName2, UINT32 ulNumSeconds);
|
||||
|
||||
// Pass in the Fileman file handle of an OPEN file and it will return..
|
||||
// if its a Real File, the return will be the handle of the REAL file
|
||||
// if its a LIBRARY file, the return will be the handle of the LIBRARY
|
||||
HANDLE GetRealFileHandleFromFileManFileHandle( HWFILE hFile );
|
||||
|
||||
BOOLEAN AddSubdirectoryToPath(CHAR8 *pDirectory);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user