]> git.wincent.com - wikitext.git/blobdiff - ext/token.h
Change remaining instances of "_Wikitext_" to "wiki_"
[wikitext.git] / ext / token.h
index 76c99c9d66ff73d054c73fb295f2b8c18316d8c0..31f457dba15f25054389ab8046985b0442d03a76 100644 (file)
@@ -114,4 +114,4 @@ enum token_types {
 
 VALUE Wikitext_parser_token_types(VALUE self);
 
-VALUE _Wikitext_token(token_t *token);
+VALUE wiki_token(token_t *token);