=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.25 retrieving revision 1.26 diff -c -r1.25 -r1.26 *** src/usr.bin/tmux/tmux.h 2009/07/13 10:43:52 1.25 --- src/usr.bin/tmux/tmux.h 2009/07/13 17:47:46 1.26 *************** *** 1,4 **** ! /* $OpenBSD: tmux.h,v 1.25 2009/07/13 10:43:52 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: tmux.h,v 1.26 2009/07/13 17:47:46 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 1076,1086 **** /* clock.c */ void clock_draw(struct screen_write_ctx *, u_int, int); - /* arg.c */ - struct client *arg_parse_client(const char *); - struct session *arg_parse_session(const char *); - int arg_parse_window(const char *, struct session **, int *); - /* cmd.c */ struct cmd *cmd_parse(int, char **, char **); int cmd_exec(struct cmd *, struct cmd_ctx *); --- 1076,1081 ---- *************** *** 1094,1100 **** struct client *cmd_find_client(struct cmd_ctx *, const char *); struct session *cmd_find_session(struct cmd_ctx *, const char *); struct winlink *cmd_find_window( ! struct cmd_ctx *, const char *, struct session **); extern const struct cmd_entry *cmd_table[]; extern const struct cmd_entry cmd_attach_session_entry; extern const struct cmd_entry cmd_bind_key_entry; --- 1089,1097 ---- struct client *cmd_find_client(struct cmd_ctx *, const char *); struct session *cmd_find_session(struct cmd_ctx *, const char *); struct winlink *cmd_find_window( ! struct cmd_ctx *, const char *, struct session **); ! int cmd_find_index( ! struct cmd_ctx *, const char *, struct session **); extern const struct cmd_entry *cmd_table[]; extern const struct cmd_entry cmd_attach_session_entry; extern const struct cmd_entry cmd_bind_key_entry;