home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 2
/
Apprentice-Release2.iso
/
Source Code
/
C
/
Snippets
/
File Access Examples 1.0
/
ActionRoutines.h
< prev
next >
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
|
214 b
|
14 lines
|
[
TEXT/KAHL
]
/* ActionRoutines.h
*
* Prototypes for routines in ActionRoutines.c
*
*/
#ifndef ActionRoutines_h
#define ActionRoutines_h
void FolderAction( Str31 folderName, short level );
void FileAction( void );
#endif