diff options
Diffstat (limited to 'usr.bin/tmux/cmd-lock-server.c')
-rw-r--r-- | usr.bin/tmux/cmd-lock-server.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/usr.bin/tmux/cmd-lock-server.c b/usr.bin/tmux/cmd-lock-server.c index cdc55bc2a4f..8ae639fb6cd 100644 --- a/usr.bin/tmux/cmd-lock-server.c +++ b/usr.bin/tmux/cmd-lock-server.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cmd-lock-server.c,v 1.7 2009/11/26 21:37:13 nicm Exp $ */ +/* $OpenBSD: cmd-lock-server.c,v 1.8 2011/01/04 00:42:46 nicm Exp $ */ /* * Copyright (c) 2008 Nicholas Marriott <nicm@users.sourceforge.net> @@ -32,13 +32,12 @@ int cmd_lock_server_exec(struct cmd *, struct cmd_ctx *); const struct cmd_entry cmd_lock_server_entry = { "lock-server", "lock", + "", 0, 0, "", - 0, "", - NULL, - NULL, - cmd_lock_server_exec, + 0, NULL, NULL, + cmd_lock_server_exec }; /* ARGSUSED */ |