![]() |
![]() |
![]() |
Close the shadow password database file
#include <sys/types.h> #include <shadow.h> void endspent( void );
libc
The endspent() function closes the shadow password database file, so all password access routines behave as if setspent() had never been called.
Zero.
Safety: | |
---|---|
Cancellation point | Yes |
Interrupt handler | No |
Signal handler | No |
Thread | No |
![]() |
![]() |
![]() |