about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2023-07-16 11:33:54 +0200
committerptitSeb <sebastien.chev@gmail.com>2023-07-16 11:33:54 +0200
commit8590b0b4f3c261dc8710e7241ef770937e61b580 (patch)
tree529900abce49e42a0d42c3c82cf31d7843402883
parent7817d629f12de3c9ce05d57f448f4edbb645feab (diff)
downloadbox64-8590b0b4f3c261dc8710e7241ef770937e61b580.tar.gz
box64-8590b0b4f3c261dc8710e7241ef770937e61b580.zip
Added a few wrapped function to libmpg123 (for #820)
-rwxr-xr-xsrc/wrapped/wrappedmpg123_private.h3
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)