summaryrefslogtreecommitdiff
path: root/src/utmps/endutxent.c
blob: bc9377826d7460ab6d1f5520d802427f1d58a55b (plain)
1
2
3
4
5
6
7
8
9
10
/* ISC license. */

#include <utmps/utmpx.h>
#include <utmps/utmps.h>
#include "utmps-internal.h"

void endutxent (void)
{
  utmps_end(&utmps_here) ;
}