blob: 2a7706dec2ed91af1387f22d264e859e2279246b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
|