diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-01-06 17:04:56 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-01-06 17:04:56 +0000 |
commit | 4af8db90e825a2e6dd7034ec88fd6f856bf83e9e (patch) | |
tree | 2d16baaefd6306329f94c267ae0b39ca022e2d9e /tmux.h | |
parent | 9cddd796ffef383893b5fd4e228f4d18673a77bd (diff) | |
download | rtmux-4af8db90e825a2e6dd7034ec88fd6f856bf83e9e.tar.gz rtmux-4af8db90e825a2e6dd7034ec88fd6f856bf83e9e.tar.bz2 rtmux-4af8db90e825a2e6dd7034ec88fd6f856bf83e9e.zip |
Complete option names as well.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,4 +1,4 @@ -/* $Id: tmux.h,v 1.206 2009-01-06 15:37:15 nicm Exp $ */ +/* $Id: tmux.h,v 1.207 2009-01-06 17:04:56 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -1009,7 +1009,6 @@ struct session *arg_parse_session(const char *); int arg_parse_window(const char *, struct session **, int *); /* cmd.c */ -char *cmd_complete(const char *); struct cmd *cmd_parse(int, char **, char **); void cmd_exec(struct cmd *, struct cmd_ctx *); void cmd_send(struct cmd *, struct buffer *); |