1LFC_ENDSESS(3) LFC Library Functions LFC_ENDSESS(3)
2
3
4
6 lfc_endsess - end session
7
9 #include <sys/types.h>
10 #include "lfc_api.h"
11
12 int lfc_endsess (void)
13
15 lfc_endsess ends session. The connection to the Name Server is closed.
16
18 This routine returns 0 if the operation was successful or -1 if the
19 operation failed. In the latter case, serrno is set appropriately.
20
22 SENOSHOST Host unknown.
23
24 SENOSSERV Service unknown.
25
26 SECOMERR Communication error.
27
28 ENSNACT Name server is not running or is being shutdown.
29
31 lfc_startsess(3)
32
33
34
35LFC $Date: 2005/06/30 05:26:29 $ LFC_ENDSESS(3)