From 5445918b3e4dd2e474ea30e0069ddef60077b42b Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Mon, 15 Dec 2008 21:21:56 +0000 Subject: source-file command from Tiago Cunha. --- tmux.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tmux.h') diff --git a/tmux.h b/tmux.h index 0f386772..9d79d571 100644 --- a/tmux.h +++ b/tmux.h @@ -1,4 +1,4 @@ -/* $Id: tmux.h,v 1.203 2008-12-13 17:41:49 nicm Exp $ */ +/* $Id: tmux.h,v 1.204 2008-12-15 21:21:56 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -1055,6 +1055,7 @@ extern const struct cmd_entry cmd_set_window_option_entry; extern const struct cmd_entry cmd_show_buffer_entry; extern const struct cmd_entry cmd_show_options_entry; extern const struct cmd_entry cmd_show_window_options_entry; +extern const struct cmd_entry cmd_source_file_entry; extern const struct cmd_entry cmd_start_server_entry; extern const struct cmd_entry cmd_swap_window_entry; extern const struct cmd_entry cmd_switch_client_entry; -- cgit