|
|
1.1 ! root 1: typedef struct _t_patchlist { ! 2: struct _t_patchlist *next; ! 3: char code[32]; ! 4: char *action; ! 5: } t_patchlist; ! 6: ! 7: extern t_patchlist *patch_patchlist; ! 8: ! 9: int patch_loadfile(const char *filename); ! 10: int patch_savefile(const char *filename); ! 11: void patch_clearlist(void); ! 12: void patch_addcode(const char *code, const char *action); ! 13: int patch_apply(const char *code, const char *action);
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.