mirror of
https://github.com/tmux/tmux.git
synced 2025-09-03 22:43:58 +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