diff options
Diffstat (limited to 'utils/makemhr/loaddef.h')
-rw-r--r-- | utils/makemhr/loaddef.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/makemhr/loaddef.h b/utils/makemhr/loaddef.h index 7d37fadc..05862228 100644 --- a/utils/makemhr/loaddef.h +++ b/utils/makemhr/loaddef.h @@ -6,7 +6,7 @@ #include "makemhr.h" -bool LoadDefInput(FILE *fp, const char *filename, const uint fftSize, const uint truncSize, - const ChannelModeT chanMode, HrirDataT *hData); +bool LoadDefInput(FILE *fp, const char *startbytes, size_t startbytecount, const char *filename, + const uint fftSize, const uint truncSize, const ChannelModeT chanMode, HrirDataT *hData); #endif /* LOADDEF_H */ |