endprotoent()
Close the protocol name database file
Synopsis:
#include <netdb.h> void endprotoent( void );
Description:
The endprotoent() routine closes the protocol name database file.
Files:
- /etc/protocols
- Protocol name database file.
Classification:
| Safety: | |
|---|---|
| Cancellation point | Yes |
| Interrupt handler | No |
| Signal handler | No |
| Thread | No |