neon API reference NESOCKINIT(3)
NAME
nesockinit - perform library initialization
SYNOPSIS
#include
int nesockinit (void);
DESCRIPTION
In some platforms and configurations, neon may be using some
socket or SL libraries which require global initialization
before use. To perform this initialization, the nesockinit
function must be called once before any other library func-
tions are used.
RETURN VALUE
nesockinit returns zero on success, or non-zero on error.
If an error occurs, no further use of the neon library
should be attempted.
SEE ALSO
neon(3)
AUTHOR
Joe Orton .
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
ATRIBUTE TYPE ATRIBUTE VALUE
Availability SUNWneon
Interface Stability Volatile
NOTES
Source for Neon is available on http:/opensolaris.org.
neon 0.25.5 Last change: 20 January 2006 1
|