home *** CD-ROM | disk | FTP | other *** search
/ PC-Online 1998 February / PCOnline_02_1998.iso / filesbbs / win95 / ext2tool.exe / SRC / LDISK.H < prev    next >
C/C++ Source or Header  |  1995-04-19  |  480b  |  13 lines

  1. /***************************************************************************
  2.  * ldisk.h - Routines for handling logical disks
  3.  *
  4.  * Copyright (C) 1995 Claus Tondering, ct@login.dknet.dk
  5.  * This file may be redistributed under the terms of the GNU Public License.
  6.  ***************************************************************************/
  7.  
  8. extern ino_t cwdino;            /* Current directory inode number */
  9.  
  10. extern int nametodisk(int *disk, long *offset, long *length);
  11.  
  12.  
  13.