Skip to content

Commit

Permalink
Add missing function declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
jgarber committed Feb 18, 2009
1 parent f6306a1 commit 80c5d6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ext/redcloth_scan/redcloth.h
Expand Up @@ -23,6 +23,7 @@ VALUE redcloth_inline2(VALUE, VALUE, VALUE);
VALUE redcloth_attribute_parser(int, VALUE, char *, char *);
VALUE redcloth_attributes(VALUE, VALUE);
VALUE redcloth_link_attributes(VALUE, VALUE);
VALUE red_parse_title(VALUE, VALUE);
VALUE redcloth_transform(VALUE, char *, char *, VALUE);
VALUE redcloth_transform2(VALUE, VALUE);
void red_inc(VALUE, VALUE);
Expand Down

0 comments on commit 80c5d6c

Please sign in to comment.