blob: fc61b8b50abbf8ef6446cdb7b4d87d0649708092 (
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 UTMPX_H
#define UTMPX_H
#include <utmps/utmpx.h>
#endif
|