mirror of
https://github.com/leahneukirchen/cwm.git
synced 2023-08-10 21:13:12 +03:00
missing proto
This commit is contained in:
parent
6e8f1f2955
commit
ff6f5301f0
4
search.c
4
search.c
@ -38,6 +38,8 @@
|
|||||||
|
|
||||||
static void search_match_path(struct menu_q *, struct menu_q *,
|
static void search_match_path(struct menu_q *, struct menu_q *,
|
||||||
char *, int);
|
char *, int);
|
||||||
|
static void search_match_path_exec(struct menu_q *, struct menu_q *,
|
||||||
|
char *);
|
||||||
static int strsubmatch(char *, char *, int);
|
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);
|
globfree(&g);
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
static void
|
||||||
search_match_path_exec(struct menu_q *menuq, struct menu_q *resultq, char *search)
|
search_match_path_exec(struct menu_q *menuq, struct menu_q *resultq, char *search)
|
||||||
{
|
{
|
||||||
return (search_match_path(menuq, resultq, search, PATH_EXEC));
|
return (search_match_path(menuq, resultq, search, PATH_EXEC));
|
||||||
|
Loading…
Reference in New Issue
Block a user