diff options
-rw-r--r-- | gr-run-waveform/xyzzy.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gr-run-waveform/xyzzy.h b/gr-run-waveform/xyzzy.h index e01a9f513..fd4304b97 100644 --- a/gr-run-waveform/xyzzy.h +++ b/gr-run-waveform/xyzzy.h @@ -118,9 +118,7 @@ int xyzzy_init(char *filename); // Does a file with name 'filename' exist in magic filesystem? int xyzzy_file_exists(char *filename); -// Return a C port that will read the file contents -SCM xyzzy_make_read_only_port(char *filename); - +// Make a readonly port SCM make_xyzzy (SCM binary_port); #ifdef __cplusplus |