diff options
Diffstat (limited to 'zmqoutput.h')
-rw-r--r-- | zmqoutput.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/zmqoutput.h b/zmqoutput.h index a4eb556..36b8e9b 100644 --- a/zmqoutput.h +++ b/zmqoutput.h @@ -28,5 +28,7 @@ int zmqoutput_write_byte(Bit_stream_struc *bs, unsigned char data); void zmqoutput_close(Bit_stream_struc *bs); +void zmqoutput_set_peaks(int left, int right); + #endif |