]> git.ipfire.org Git - thirdparty/util-linux.git/blob - term-utils/ttymsg.h
unshare: make sure map_range.next is initialized [coverity scan]
[thirdparty/util-linux.git] / term-utils / ttymsg.h
1 #ifndef UTIL_LINUX_TERM_TTYMSG_H
2 #define UTIL_LINUX_TERM_TTYMSG_H
3
4 char *ttymsg(struct iovec *iov, size_t iovcnt, char *line, int tmout);
5
6 #endif /* UTIL_LINUX_TERM_TTYMSG_H */