Home
Česky
Deutsch
Ελληυικά
English
Español
Français
Italiano
Nederlands
Polski
Português
Русский
Suomi
Svenska
News
Introduction
Download
Pictures
Documentation
Contact
Credits
Acknowledgements
Sponsors
Linking
Links
Index
BOOL AddPatch( struct PatchEntry * pe );
pe - Patch entry header
TRUE - Patch entry is added to the master patch list FALSE - Patch with matching name already in the list
struct PatchEntry * FindPatch( CONST_STRPTR name );
name - Name of the patch to search for
Pointer to the patch entry if found, or NULL
VOID RemPatch( struct PatchEntry * pe );
Patch entry to remove (from FindPatch() or AddPatch())
Patch entry is removed from the master patch list