(root)/
util-linux-2.39/
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 */