Skip to content

Commit

Permalink
Correct signature for tailslide__scan_bytes()
Browse files Browse the repository at this point in the history
  • Loading branch information
SaladDais committed Oct 21, 2022
1 parent bb30eb2 commit 4f3bf10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libtailslide/tailslide.cc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

int tailslide_lex_init_extra(Tailslide::ScriptContext *, void **);
void tailslide_set_in(FILE *, void *);
void *tailslide__scan_bytes ( const char *bytes, int len, void *);
struct yy_buffer_state *tailslide__scan_bytes ( const char *bytes, int len, void *);

int tailslide_lex_destroy(void *);

Expand Down

0 comments on commit 4f3bf10

Please sign in to comment.