From 7306727d1b2ed05afc91548ba374f7400a2389e3 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Tue, 12 Jan 2010 22:11:24 +0100 Subject: shell: split read builtin from ash Signed-off-by: Denys Vlasenko --- shell/match.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'shell/match.h') diff --git a/shell/match.h b/shell/match.h index 90597ee54..98ff8745a 100644 --- a/shell/match.h +++ b/shell/match.h @@ -1,5 +1,8 @@ /* match.h - interface to shell ##/%% matching code */ +#ifndef SHELL_MATCH_H +#define SHELL_MATCH_H 1 + PUSH_AND_SET_FUNCTION_VISIBILITY_TO_HIDDEN typedef char *(*scan_t)(char *string, char *match, bool match_at_left); @@ -24,3 +27,5 @@ static inline scan_t pick_scan(char op1, char op2, bool *match_at_left) } POP_SAVED_FUNCTION_VISIBILITY + +#endif -- cgit v1.2.3