home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 1: Amiga
/
FrozenFish-Apr94.iso
/
bbs
/
alib
/
d8xx
/
d886
/
patchlibrary.lha
/
PatchLibrary
/
Includes
/
patch_protos.h
next >
Wrap
C/C++ Source or Header
|
1993-07-16
|
381b
|
13 lines
/* patch_protos.h - prototypes for patch.library functions */
/* (C) Copyright 1993 Stefan Fuchs */
#ifndef CLIB_PATCH_H
#define CLIB_PATCH_H
struct Patch *InstallPatch( struct NewPatch *newPatch );
ULONG WaitRemovePatch( struct Patch *patch );
ULONG RemovePatch( struct Patch *patch );
struct Patch *FindPatch( UBYTE *name );
#endif /* CLIB_PATCH_H */