aboutsummaryrefslogtreecommitdiff
path: root/shell/match.h
diff options
context:
space:
mode:
Diffstat (limited to 'shell/match.h')
-rw-r--r--shell/match.h2
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
6PUSH_AND_SET_FUNCTION_VISIBILITY_TO_HIDDEN 6PUSH_AND_SET_FUNCTION_VISIBILITY_TO_HIDDEN
7 7
8//TODO! Why ash.c still uses internal version?!
9
8typedef char *(*scan_t)(char *string, char *match, bool match_at_left); 10typedef char *(*scan_t)(char *string, char *match, bool match_at_left);
9 11
10char *scanleft(char *string, char *match, bool match_at_left); 12char *scanleft(char *string, char *match, bool match_at_left);