=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.309 retrieving revision 1.310 diff -c -r1.309 -r1.310 *** src/usr.bin/tmux/tmux.h 2012/01/30 09:39:34 1.309 --- src/usr.bin/tmux/tmux.h 2012/01/31 15:52:21 1.310 *************** *** 1,4 **** ! /* $OpenBSD: tmux.h,v 1.309 2012/01/30 09:39:34 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: tmux.h,v 1.310 2012/01/31 15:52:21 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 1559,1565 **** struct winlink *cmd_find_pane(struct cmd_ctx *, const char *, struct session **, struct window_pane **); char *cmd_template_replace(char *, const char *, int); ! const char *cmd_get_default_path(struct cmd_ctx *ctx); 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; --- 1559,1565 ---- struct winlink *cmd_find_pane(struct cmd_ctx *, const char *, struct session **, struct window_pane **); char *cmd_template_replace(char *, const char *, int); ! const char *cmd_get_default_path(struct cmd_ctx *, const char *); 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;