diff options
Diffstat (limited to 'src/libout.h')
-rw-r--r-- | src/libout.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libout.h b/src/libout.h index 40cfc87..7175d27 100644 --- a/src/libout.h +++ b/src/libout.h @@ -58,7 +58,7 @@ int LibOutput(const char *filename, const char *filename_bank, /* Load a libray. Returns TRUE if OK, FALSE for failure and updates error. */ -int LibLoad(const char *filename, LibLoadOption opt, +int LibLoad(const char *filename, LibLoadOption opt, int offset, char *error, size_t error_size); #endif |