]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
term-utils: add header file guards [lgtm scan]
authorKarel Zak <kzak@redhat.com>
Fri, 20 Sep 2019 14:12:34 +0000 (16:12 +0200)
committerKarel Zak <kzak@redhat.com>
Fri, 20 Sep 2019 14:12:34 +0000 (16:12 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
term-utils/ttymsg.h

index 2cfa73027b6dcefd435cbf7a9d08e6188e1fb5a4..8424ac40f6b04f3f15db44431176bc8bdbc89c7b 100644 (file)
@@ -1,2 +1,6 @@
+#ifndef UTIL_LINUX_TERM_TTYMSG_H
+#define UTIL_LINUX_TERM_TTYMSG_H
+
 char *ttymsg(struct iovec *iov, size_t iovcnt, char *line, int tmout);
 
+#endif /* UTIL_LINUX_TERM_TTYMSG_H */