Reworked Ogg::Vorbis::Comments' vorbis_comment interface.
[ruby-vorbistagger.git] / ext / comments.h
index 89838f8c61147d78ba4fffb5e9824a00e879ba93..2ff9f6dc66ceadd698d87e0a87845e88d95fc7ab 100644 (file)
@@ -26,7 +26,7 @@
 VALUE Init_Comments (VALUE mVorbis);
 
 void comments_init (VALUE self, vcedit_state *state);
-void comments_sync (VALUE self);
+void comments_sync (VALUE self, vcedit_state *state);
 
 #endif /* __COMMENTS_H */