mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	Add static in window-*.c and move some internal functions out of tmux.h.
This commit is contained in:
		@@ -30,6 +30,7 @@
 | 
			
		||||
 | 
			
		||||
static struct session	*server_next_session(struct session *);
 | 
			
		||||
static void		 server_callback_identify(int, short, void *);
 | 
			
		||||
static void		 server_destroy_session_group(struct session *);
 | 
			
		||||
 | 
			
		||||
void
 | 
			
		||||
server_fill_environ(struct session *s, struct environ *env)
 | 
			
		||||
@@ -339,7 +340,7 @@ server_destroy_pane(struct window_pane *wp, int hooks)
 | 
			
		||||
		server_redraw_window(w);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void
 | 
			
		||||
static void
 | 
			
		||||
server_destroy_session_group(struct session *s)
 | 
			
		||||
{
 | 
			
		||||
	struct session_group	*sg;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user