All find*() and patch*() routines now return the buffer offset as an `int'.
committer: mfx <mfx> 976592518 +0000
This commit is contained in:
+2
-2
@@ -73,8 +73,8 @@ protected:
|
||||
} ih, oh;
|
||||
|
||||
protected:
|
||||
unsigned patch_d0_subq(void *l, int llen, unsigned, const char*);
|
||||
unsigned patch_d0_loop(void *l, int llen, unsigned, const char*, const char*);
|
||||
unsigned patch_d0_subq(void *b, int blen, unsigned, const char*);
|
||||
unsigned patch_d0_loop(void *b, int blen, unsigned, const char*, const char*);
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user