summary refs log tree commit diff
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan <okan>2016-12-01 20:28:19 +0000
committerokan <okan>2016-12-01 20:28:19 +0000
commit94f681fc90229362e7e9bcc3c3699bb191f61ccc (patch)
tree1bff4f975c2e84e8a80261089958973ba00fd8ef /calmwm.h
parentb94f0748d8872fa52f6c4f0e2feeba8e2dae131e (diff)
downloadcwm-94f681fc90229362e7e9bcc3c3699bb191f61ccc.tar.gz
cwm-94f681fc90229362e7e9bcc3c3699bb191f61ccc.tar.xz
cwm-94f681fc90229362e7e9bcc3c3699bb191f61ccc.zip
Tame the number of 'exec' and 'path' search_match wrappers. No functional
change now, though more can likely go later, losing the (paritally complete or
incomplete/broken) argument completion bits.
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/calmwm.h b/calmwm.h
index 3c5069b..957bfea 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -442,9 +442,7 @@ void			 search_match_client(struct menu_q *, struct menu_q *,
 			     char *);
 void			 search_match_exec(struct menu_q *, struct menu_q *,
 			     char *);
-void			 search_match_exec_path(struct menu_q *,
-			     struct menu_q *, char *);
-void			 search_match_path_any(struct menu_q *, struct menu_q *,
+void			 search_match_path(struct menu_q *, struct menu_q *,
 			     char *);
 void			 search_match_text(struct menu_q *, struct menu_q *,
 			     char *);