diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2023-07-16 11:33:54 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2023-07-16 11:33:54 +0200 |
| commit | 8590b0b4f3c261dc8710e7241ef770937e61b580 (patch) | |
| tree | 529900abce49e42a0d42c3c82cf31d7843402883 | |
| parent | 7817d629f12de3c9ce05d57f448f4edbb645feab (diff) | |
| download | box64-8590b0b4f3c261dc8710e7241ef770937e61b580.tar.gz box64-8590b0b4f3c261dc8710e7241ef770937e61b580.zip | |
Added a few wrapped function to libmpg123 (for #820)
| -rwxr-xr-x | src/wrapped/wrappedmpg123_private.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wrapped/wrappedmpg123_private.h b/src/wrapped/wrappedmpg123_private.h index f7d3d792..76d94aa7 100755 --- a/src/wrapped/wrappedmpg123_private.h +++ b/src/wrapped/wrappedmpg123_private.h @@ -23,6 +23,7 @@ GO(mpg123_eq, iFpiid) GO(mpg123_errcode, iFp) GO(mpg123_exit, vFv) GO(mpg123_feature, iFi) +GO(mpg123_feature2, iFi) GO(mpg123_feed, iFppL) GO(mpg123_feedseek, lFplip) GO(mpg123_feedseek_64, IFpIip) @@ -48,6 +49,7 @@ GO(mpg123_getformat, iFpppp) GO(mpg123_getformat2, iFppppi) GO(mpg123_getpar, iFpipp) GO(mpg123_getparam, iFpipp) +GO(mpg123_getparam2, iFpipp) GO(mpg123_getstate, iFpipp) GO(mpg123_getvolume, iFpppp) GO(mpg123_grow_string, iFpL) @@ -75,6 +77,7 @@ GO(mpg123_open_handle_64, iFpp) GO(mpg123_outblock, LFp) GO(mpg123_par, iFpild) GO(mpg123_param, iFpild) +GO(mpg123_param2, iFpild) GO(mpg123_parnew, pFppp) GO(mpg123_plain_strerror, pFi) GO(mpg123_position, iFpllpppp) |