Added a see-also to the docs.

This commit is contained in:
Ryan C. Gordon 2010-08-20 01:25:32 -04:00
parent f329f4ed0b
commit 9d979b21d0
1 changed files with 2 additions and 0 deletions

View File

@ -1113,6 +1113,8 @@ PHYSFS_DECL int PHYSFS_isSymbolicLink(const char *fname);
*
* \param filename filename to check, in platform-independent notation.
* \return last modified time of the file. -1 if it can't be determined.
*
* \sa PHYSFS_Stat
*/
PHYSFS_DECL PHYSFS_sint64 PHYSFS_getLastModTime(const char *filename);