ext/rgrok.h in jls-grok-0.1.2787 vs ext/rgrok.h in jls-grok-0.1.2821

- old
+ new

@@ -1,9 +1,9 @@ #ifndef _RGROK_H_ #define _RGROK_H_ #include <ruby.h> +#include <grok.h> -//VALUE cGrok = Qnil; -//VALUE cGrokMatch = Qnil; - extern VALUE rGrok_new(VALUE klass); +extern VALUE rGrok_new_from_grok(grok_t *grok); + #endif /* _RGROK_H_ */