Hi !
I'm currently writing a binding for id3tag on Ocaml. As the language manages garbage collection itself, we automatize frame & tag deletion. To do so, we need to tweak internal refconts, and bump it so that id3's deletion function don't destroy objects that are still referenced by our GC. The corresponding functions, add/delref are not available in the exported functions (id3tag.h), so we access directly the refcount value on the structure... Would it be possible to export this function as well in future releases ? And thanks for your work ! Romain
