aboutsummaryrefslogtreecommitdiffstats
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan2016-12-01 20:28:19 +0000
committerokan2016-12-01 20:28:19 +0000
commit29118bc5f2d3da806407827df4b689bd80838a6f (patch)
tree82a1a451679725d504bd4643f0d6ac9d8c01eb59 /calmwm.h
parent3e1ab95fb333a1c4cca76dfb5f2dc3bef7214bc2 (diff)
downloadcwm-29118bc5f2d3da806407827df4b689bd80838a6f.tar.gz
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 '')
-rw-r--r--calmwm.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/calmwm.h b/calmwm.h
index c6e0246..61079bc 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -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: calmwm.h,v 1.334 2016/12/01 18:17:52 okan Exp $
+ * $OpenBSD: calmwm.h,v 1.335 2016/12/01 20:28:19 okan Exp $
*/
#ifndef _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 *);