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 98ff874..c022ceb 100644 --- a/shell/match.h +++ b/shell/match.h @@ -5,6 +5,8 @@ PUSH_AND_SET_FUNCTION_VISIBILITY_TO_HIDDEN +//TODO! Why ash.c still uses internal version?! + typedef char *(*scan_t)(char *string, char *match, bool match_at_left); char *scanleft(char *string, char *match, bool match_at_left); |