aboutsummaryrefslogtreecommitdiffstats
path: root/src/include/utmp.h
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2025-05-01 15:31:30 +0000
committerLaurent Bercot <ska@appnovation.com>2025-05-01 15:31:30 +0000
commit303a139e04436058ac9c8ca3cfc9b55df9ae66f2 (patch)
tree13306c00406c6c24b8e63db2f310e5e79e0b63dc /src/include/utmp.h
parent20e3fc2dd0c34844cd200fda104354da55942b6c (diff)
downloadutmps-303a139e04436058ac9c8ca3cfc9b55df9ae66f2.tar.gz
Add utmp.h
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'src/include/utmp.h')
-rw-r--r--src/include/utmp.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/include/utmp.h b/src/include/utmp.h
new file mode 100644
index 0000000..2a7706d
--- /dev/null
+++ b/src/include/utmp.h
@@ -0,0 +1,13 @@
+/* ISC license. */
+
+/*
+ This file is part of the utmps package.
+ See https://skarnet.org/software/utmps/
+*/
+
+#ifndef UTMP_H
+#define UTMP_H
+
+#include <utmps/utmp.h>
+
+#endif