Middleware, development tools, realtime operating system
software and services for superior embedded design


Home
QNX Community Resources
Developer Support
QNX Documentation Library
QNX Developer Support

QNX Developer Support

QNX Software Systems
Developer Resources
Blogs
Board support packages
Foundry27 projects
Forums
Hardware support listing
Online video tutorials
Product documentation
Technical Articles

[Previous] [Contents] [Index] [Next]

endspent()

Close the shadow password database file

Synopsis:

#include <sys/types.h>
#include <shadow.h>

void endspent( void );

Library:

libc

Use the -l c option to qcc to link against this library. This library is usually included automatically.

Description:

The endspent() function closes the shadow password database file, so all password access routines behave as if setspent() had never been called.

Returns:

Zero.

Classification:

Unix

Safety:
Cancellation point Yes
Interrupt handler No
Signal handler No
Thread No

See also:

getspent(), setspent()


[Previous] [Contents] [Index] [Next]