X-Git-Url: http://git.code-monkey.de/?p=ruby-vorbistagger.git;a=blobdiff_plain;f=ext%2Fcomments.h;h=2ff9f6dc66ceadd698d87e0a87845e88d95fc7ab;hp=89838f8c61147d78ba4fffb5e9824a00e879ba93;hb=0ebbf4f00aa8b375b4a781b0a0397d0fce5466e1;hpb=ffeb1ba2340bc29373d14cb4c1fe39080afe9de7 diff --git a/ext/comments.h b/ext/comments.h index 89838f8..2ff9f6d 100644 --- a/ext/comments.h +++ b/ext/comments.h @@ -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 */