diff options
Diffstat (limited to 'shell/match.h')
-rw-r--r-- | shell/match.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/match.h b/shell/match.h index 98ff8745a..c022ceb25 100644 --- a/shell/match.h +++ b/shell/match.h | |||
@@ -5,6 +5,8 @@ | |||
5 | 5 | ||
6 | PUSH_AND_SET_FUNCTION_VISIBILITY_TO_HIDDEN | 6 | PUSH_AND_SET_FUNCTION_VISIBILITY_TO_HIDDEN |
7 | 7 | ||
8 | //TODO! Why ash.c still uses internal version?! | ||
9 | |||
8 | typedef char *(*scan_t)(char *string, char *match, bool match_at_left); | 10 | typedef char *(*scan_t)(char *string, char *match, bool match_at_left); |
9 | 11 | ||
10 | char *scanleft(char *string, char *match, bool match_at_left); | 12 | char *scanleft(char *string, char *match, bool match_at_left); |