diff options
Diffstat (limited to 'web/web_match.h')
-rw-r--r-- | web/web_match.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/web_match.h b/web/web_match.h index 4b4c7bb..478ad88 100644 --- a/web/web_match.h +++ b/web/web_match.h @@ -24,6 +24,6 @@ extern struct match_state *state; void free_state(); -bool is_match_over(); +bool match_is_over(); #endif |