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

#include <skalibs/djbunix.h>
#include <utmps/utmps.h>

void utmps_end (utmps *a)
{
  fd_close(a->fd) ;
  a->fd = -1 ;
}