Module Name:    src
Committed By:   tnn
Date:           Tue Nov  3 10:52:58 UTC 2020

Modified Files:
        src/external/bsd/tmux/dist: tmux.h

Log Message:
tmux.h: annotate file_vprint() as printflike


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/external/bsd/tmux/dist/tmux.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/tmux/dist/tmux.h
diff -u src/external/bsd/tmux/dist/tmux.h:1.16 src/external/bsd/tmux/dist/tmux.h:1.17
--- src/external/bsd/tmux/dist/tmux.h:1.16	Sun Nov  1 15:16:05 2020
+++ src/external/bsd/tmux/dist/tmux.h	Tue Nov  3 10:52:58 2020
@@ -2185,7 +2185,7 @@ void	 file_fire_done(struct client_file 
 void	 file_fire_read(struct client_file *);
 int	 file_can_print(struct client *);
 void printflike(2, 3) file_print(struct client *, const char *, ...);
-void 	 file_vprint(struct client *, const char *, va_list);
+void printflike(2, 0) file_vprint(struct client *, const char *, va_list);
 void 	 file_print_buffer(struct client *, void *, size_t);
 void printflike(2, 3) file_error(struct client *, const char *, ...);
 void	 file_write(struct client *, const char *, int, const void *, size_t,

Reply via email to