mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 09:26:05 +00:00 
			
		
		
		
	ANSIfy function prototypes, from Tim Ruehsen.
This commit is contained in:
		@@ -43,9 +43,7 @@
 | 
			
		||||
#include "tmux.h"
 | 
			
		||||
 | 
			
		||||
char *
 | 
			
		||||
fgetln(fp, len)
 | 
			
		||||
	FILE *fp;
 | 
			
		||||
	size_t *len;
 | 
			
		||||
fgetln(FILE *fp, size_t *len)
 | 
			
		||||
{
 | 
			
		||||
	static char *buf = NULL;
 | 
			
		||||
	static size_t bufsiz = 0;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user