summaryrefslogtreecommitdiff
path: root/app/cwm/calmwm.h
diff options
context:
space:
mode:
authorOkan Demirmen <okan@cvs.openbsd.org>2014-01-29 22:30:01 +0000
committerOkan Demirmen <okan@cvs.openbsd.org>2014-01-29 22:30:01 +0000
commita2063639dc9c5ba7f0a2e76d09cc805d648c8303 (patch)
tree5db2d9e09348feb31b946ff85c66988881ea76c4 /app/cwm/calmwm.h
parenta54f77b95177b9ca469f0a1573cda91cf2a3a21c (diff)
Minimize trivial differences between a few kb and mb functions.
Diffstat (limited to 'app/cwm/calmwm.h')
-rw-r--r--app/cwm/calmwm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/cwm/calmwm.h b/app/cwm/calmwm.h
index 11c4a02fc..65954be23 100644
--- a/app/cwm/calmwm.h
+++ b/app/cwm/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.250 2014/01/29 21:13:52 okan Exp $
+ * $OpenBSD: calmwm.h,v 1.251 2014/01/29 22:30:00 okan Exp $
*/
#ifndef _CALMWM_H_
@@ -477,7 +477,7 @@ void kbfunc_cmdexec(struct client_ctx *, union arg *);
void kbfunc_cwm_status(struct client_ctx *, union arg *);
void kbfunc_exec(struct client_ctx *, union arg *);
void kbfunc_lock(struct client_ctx *, union arg *);
-void kbfunc_menu_search(struct client_ctx *, union arg *);
+void kbfunc_menu_cmd(struct client_ctx *, union arg *);
void kbfunc_ssh(struct client_ctx *, union arg *);
void kbfunc_term(struct client_ctx *, union arg *);
void kbfunc_tile(struct client_ctx *, union arg *);