X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=ext%2Fcomments.h;h=2ff9f6dc66ceadd698d87e0a87845e88d95fc7ab;hb=HEAD;hp=89838f8c61147d78ba4fffb5e9824a00e879ba93;hpb=310e91e26bebf168b6081e91da123b4a8cfb9b67;p=ruby-vorbistagger.git 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 */