From 5bd12bbde2f2324d3d74b167a22959c37d00ebf5 Mon Sep 17 00:00:00 2001 From: okan Date: Tue, 30 Apr 2013 21:11:07 +0000 Subject: missing proto --- search.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'search.c') diff --git a/search.c b/search.c index ec7c059..a7f448c 100644 --- a/search.c +++ b/search.c @@ -15,7 +15,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $OpenBSD: search.c,v 1.30 2013/04/05 17:36:02 okan Exp $ + * $OpenBSD: search.c,v 1.31 2013/04/30 21:11:07 okan Exp $ */ #include @@ -38,6 +38,8 @@ static void search_match_path(struct menu_q *, struct menu_q *, char *, int); +static void search_match_path_exec(struct menu_q *, struct menu_q *, + char *); static int strsubmatch(char *, char *, int); /* @@ -192,7 +194,7 @@ search_match_path(struct menu_q *menuq, struct menu_q *resultq, char *search, in globfree(&g); } -void +static void search_match_path_exec(struct menu_q *menuq, struct menu_q *resultq, char *search) { return (search_match_path(menuq, resultq, search, PATH_EXEC)); -- cgit v1.2.3-2-gb3c3