home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / MISC / MNLDOS.ZIP / src / oslnxdsl.c < prev    next >
Text File  |  2004-07-11  |  145b  |  9 lines

  1. /* $Id: oslnxdsl.c,v 1.2 2004/07/11 09:29:15 ozzmosis Exp $ */
  2.  
  3. #define HAVE_OS_DESLASHIFY
  4.  
  5. char *os_deslashify(char *name)
  6. {
  7.     return name;
  8. }
  9.