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) ; }