From 9d979b21d0fc02445c38b268874955f95305ae79 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Fri, 20 Aug 2010 01:25:32 -0400 Subject: [PATCH] Added a see-also to the docs. --- src/physfs.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/physfs.h b/src/physfs.h index 14acae63..c6172d80 100644 --- a/src/physfs.h +++ b/src/physfs.h @@ -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);