graphql-c_parser 1.0.7 → 1.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  #ifndef Graphql_lexer_h
2
2
  #define Graphql_lexer_h
3
3
  #include <ruby.h>
4
- VALUE tokenize(VALUE query_rbstr);
4
+ VALUE tokenize(VALUE query_rbstr, int fstring_identifiers);
5
5
  void setup_static_token_variables();
6
6
  #endif