endnetent

Closes the networks database file.

Format

#include  <netdb.h>

void endnetent  (void);

Description

The endentent routine closes the networks database file, previously opened with the getnetent, setnetent, getnetbyaddr or getnetbyname routine.

See also getnetent, getnetbyaddr, getnetbyname, and setnetent in this section.

Errors
  If the endnetent routine does not exist in your TCP/IP library, then errno is set to ENOSYS. 


Previous Page | Next Page | Table of Contents | Index