mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 09:26:05 +00:00 
			
		
		
		
	Unused prototypes. Found by lint, no binary change.
This commit is contained in:
		
							
								
								
									
										3
									
								
								cfg.c
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								cfg.c
									
									
									
									
									
								
							@@ -1,4 +1,4 @@
 | 
				
			|||||||
/* $Id: cfg.c,v 1.16 2009-05-21 19:38:51 nicm Exp $ */
 | 
					/* $OpenBSD: cfg.c,v 1.2 2009/06/25 06:00:45 nicm Exp $ */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/*
 | 
					/*
 | 
				
			||||||
 * Copyright (c) 2008 Nicholas Marriott <nicm@users.sourceforge.net>
 | 
					 * Copyright (c) 2008 Nicholas Marriott <nicm@users.sourceforge.net>
 | 
				
			||||||
@@ -30,7 +30,6 @@
 | 
				
			|||||||
 * argv array and executed as a command.
 | 
					 * argv array and executed as a command.
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
char	 *cfg_string(FILE *, char, int);
 | 
					 | 
				
			||||||
void printflike2 cfg_print(struct cmd_ctx *, const char *, ...);
 | 
					void printflike2 cfg_print(struct cmd_ctx *, const char *, ...);
 | 
				
			||||||
void printflike2 cfg_error(struct cmd_ctx *, const char *, ...);
 | 
					void printflike2 cfg_error(struct cmd_ctx *, const char *, ...);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,4 +1,4 @@
 | 
				
			|||||||
/* $Id: cmd-clear-history.c,v 1.1 2009-05-14 16:56:23 nicm Exp $ */
 | 
					/* $OpenBSD: cmd-clear-history.c,v 1.2 2009/06/25 06:00:45 nicm Exp $ */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/*
 | 
					/*
 | 
				
			||||||
 * Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net>
 | 
					 * Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net>
 | 
				
			||||||
@@ -24,7 +24,6 @@
 | 
				
			|||||||
 * Clear pane history.
 | 
					 * Clear pane history.
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
void	cmd_clear_history_init(struct cmd *, int);
 | 
					 | 
				
			||||||
int	cmd_clear_history_exec(struct cmd *, struct cmd_ctx *);
 | 
					int	cmd_clear_history_exec(struct cmd *, struct cmd_ctx *);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const struct cmd_entry cmd_clear_history_entry = {
 | 
					const struct cmd_entry cmd_clear_history_entry = {
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,4 +1,4 @@
 | 
				
			|||||||
/* $Id: cmd-lock-server.c,v 1.2 2009-01-19 18:23:40 nicm Exp $ */
 | 
					/* $OpenBSD: cmd-lock-server.c,v 1.2 2009/06/25 06:00:45 nicm Exp $ */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/*
 | 
					/*
 | 
				
			||||||
 * Copyright (c) 2008 Nicholas Marriott <nicm@users.sourceforge.net>
 | 
					 * Copyright (c) 2008 Nicholas Marriott <nicm@users.sourceforge.net>
 | 
				
			||||||
@@ -30,8 +30,6 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
int	cmd_lock_server_exec(struct cmd *, struct cmd_ctx *);
 | 
					int	cmd_lock_server_exec(struct cmd *, struct cmd_ctx *);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
int	cmd_lock_server_callback(void *, const char *);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
const struct cmd_entry cmd_lock_server_entry = {
 | 
					const struct cmd_entry cmd_lock_server_entry = {
 | 
				
			||||||
	"lock-server", "lock",
 | 
						"lock-server", "lock",
 | 
				
			||||||
	"",
 | 
						"",
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,4 +1,4 @@
 | 
				
			|||||||
/* $Id: cmd-set-window-option.c,v 1.26 2009-05-19 13:32:55 tcunha Exp $ */
 | 
					/* $OpenBSD: cmd-set-window-option.c,v 1.2 2009/06/25 06:00:45 nicm Exp $ */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/*
 | 
					/*
 | 
				
			||||||
 * Copyright (c) 2008 Nicholas Marriott <nicm@users.sourceforge.net>
 | 
					 * Copyright (c) 2008 Nicholas Marriott <nicm@users.sourceforge.net>
 | 
				
			||||||
@@ -27,12 +27,7 @@
 | 
				
			|||||||
 * Set a window option.
 | 
					 * Set a window option.
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
int	cmd_set_window_option_parse(struct cmd *, int, char **, char **);
 | 
					 | 
				
			||||||
int	cmd_set_window_option_exec(struct cmd *, struct cmd_ctx *);
 | 
					int	cmd_set_window_option_exec(struct cmd *, struct cmd_ctx *);
 | 
				
			||||||
void	cmd_set_window_option_send(struct cmd *, struct buffer *);
 | 
					 | 
				
			||||||
void	cmd_set_window_option_recv(struct cmd *, struct buffer *);
 | 
					 | 
				
			||||||
void	cmd_set_window_option_free(struct cmd *);
 | 
					 | 
				
			||||||
size_t	cmd_set_window_option_print(struct cmd *, char *, size_t);
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
const struct cmd_entry cmd_set_window_option_entry = {
 | 
					const struct cmd_entry cmd_set_window_option_entry = {
 | 
				
			||||||
	"set-window-option", "setw",
 | 
						"set-window-option", "setw",
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user