home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / MISC / MN325SRC.ZIP / makenl-3.2.5 / src / osgencan.c < prev    next >
Text File  |  2005-02-06  |  142b  |  8 lines

  1. /* $Id: osgencan.c,v 1.3 2004/07/13 08:33:19 ozzmosis Exp $ */
  2.  
  3. char *os_filecanonify(char *s)
  4. {
  5.     os_deslashify(s);
  6.     return s;
  7. }
  8.