X-Git-Url: http://git.code-monkey.de/?p=ruby-vorbistagger.git;a=blobdiff_plain;f=ext%2Fvcedit.h;h=cdd7be513c2bca55786b7e9a5362284d6d948cf3;hp=902d14e293af36c2ae3c4e73fb397d2ca9225a53;hb=bf1f7624bee5a466b402825083190d3afbd9c28b;hpb=1269dc936cc13b7c021e477ad110308759f275cf diff --git a/ext/vcedit.h b/ext/vcedit.h index 902d14e..cdd7be5 100644 --- a/ext/vcedit.h +++ b/ext/vcedit.h @@ -33,6 +33,7 @@ vcedit_state *vcedit_state_new (const char *filename); void vcedit_state_ref (vcedit_state *state); void vcedit_state_unref (vcedit_state *state); vorbis_comment *vcedit_comments (vcedit_state *state); +int vcedit_open (vcedit_state *state); int vcedit_write (vcedit_state *state); const char *vcedit_error (vcedit_state *state);