Skip to content

Commit

Permalink
Added a see-also to the docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Aug 20, 2010
1 parent f329f4e commit 9d979b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/physfs.h
Expand Up @@ -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);

Expand Down

0 comments on commit 9d979b2

Please sign in to comment.