home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 2
/
Apprentice-Release2.iso
/
Source Code
/
C
/
Snippets
/
File Access Examples 1.0
/
Scanner.h
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-10-25
|
197 b
|
14 lines
|
[
TEXT/KAHL
]
/* Scanner.h
*
* Prototypes for functions in Scanner.c
*
*/
#ifndef Scanner_h
#define Scanner_h
void ScanVolumes( void );
void ScanFolders( short vRefNum, long dirID, short levels );
#endif