diff options
Diffstat (limited to 'gr-run-waveform/xyzzy.h')
-rw-r--r-- | gr-run-waveform/xyzzy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-run-waveform/xyzzy.h b/gr-run-waveform/xyzzy.h index 2a01dd25a..5d9b861b7 100644 --- a/gr-run-waveform/xyzzy.h +++ b/gr-run-waveform/xyzzy.h @@ -133,7 +133,7 @@ int xyzzy_file_exists(char *filename); // Return a C port that will read the file contents SCM xyzzy_make_read_only_port(char *filename); -SCM make_xyzzy (SCM binary_port, unsigned long mode); +SCM make_xyzzy (SCM binary_port); #ifdef __cplusplus } // end of extern C |