Skip to content

Commit

Permalink
Add function prototype for redcloth_link attributes [#4 state:resolved]
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Garber authored and Jason Garber committed Jun 26, 2008
1 parent 9178d08 commit f5737ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Expand Up @@ -7,4 +7,5 @@ lib/*.so
lib/version.rb
doc/rdoc/*
tmp/*
pkg/*
pkg/*
.DS_Store
1 change: 1 addition & 0 deletions ext/redcloth_scan/redcloth.h
Expand Up @@ -14,6 +14,7 @@ VALUE redcloth_inline(VALUE, char *, char *, VALUE);
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 redcloth_transform(VALUE, char *, char *, VALUE);
VALUE redcloth_transform2(VALUE, VALUE);
void red_inc(VALUE, VALUE);
Expand Down

0 comments on commit f5737ba

Please sign in to comment.