Fixed the prototype for the seek() helper
This commit is contained in:
parent
e65c36ce04
commit
e8b193c893
@ -196,7 +196,7 @@ typedef struct _ArchPluginHelper
|
|||||||
|
|
||||||
/* disassembly */
|
/* disassembly */
|
||||||
ssize_t (*read)(Arch * arch, void * buf, size_t size);
|
ssize_t (*read)(Arch * arch, void * buf, size_t size);
|
||||||
ssize_t (*seek)(Arch * arch, off_t offset, int whence);
|
off_t (*seek)(Arch * arch, off_t offset, int whence);
|
||||||
} ArchPluginHelper;
|
} ArchPluginHelper;
|
||||||
|
|
||||||
typedef struct _ArchPlugin ArchPlugin;
|
typedef struct _ArchPlugin ArchPlugin;
|
||||||
|
Loading…
Reference in New Issue
Block a user