Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/tmux/dist tmux.h: annotate file_vprint() as pri...
details: https://anonhg.NetBSD.org/src/rev/ed5191aedf84
branches: trunk
changeset: 956643:ed5191aedf84
user: tnn <tnn%NetBSD.org@localhost>
date: Tue Nov 03 10:52:58 2020 +0000
description:
tmux.h: annotate file_vprint() as printflike
diffstat:
external/bsd/tmux/dist/tmux.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 00f3e83ce90a -r ed5191aedf84 external/bsd/tmux/dist/tmux.h
--- a/external/bsd/tmux/dist/tmux.h Tue Nov 03 09:46:00 2020 +0000
+++ b/external/bsd/tmux/dist/tmux.h Tue Nov 03 10:52:58 2020 +0000
@@ -2185,7 +2185,7 @@
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,
Home |
Main Index |
Thread Index |
Old Index