From 1622f171f4d65d75f1b6d066aac18f3dbe27229b Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Mon, 2 Apr 2007 20:57:53 +0000 Subject: [PATCH] Updated. --- physfs.h | 1 + 1 file changed, 1 insertion(+) diff --git a/physfs.h b/physfs.h index 5e4ef3a0..8543869c 100644 --- a/physfs.h +++ b/physfs.h @@ -628,6 +628,7 @@ __EXPORT__ const char *PHYSFS_getDirSeparator(void); __EXPORT__ void PHYSFS_permitSymbolicLinks(int allow); +/* !!! FIXME: const this? */ /** * \fn char **PHYSFS_getCdRomDirs(void) * \brief Get an array of paths to available CD-ROM drives.