Respond to code review comments

This commit is contained in:
George Nachman
2025-02-10 10:53:33 -08:00
parent 5fcda70d0c
commit cf3b038d5c
7 changed files with 29 additions and 38 deletions

1
tmux.h
View File

@@ -2213,6 +2213,7 @@ const char *sig2name(int);
const char *find_cwd(void);
const char *find_home(void);
const char *getversion(void);
char *append_string(char *buf, size_t *len, char *line, size_t linelen);
/* proc.c */
struct imsg;