1LFC_ENDSESS(3) LFC Library Functions
2LFC_ENDSESS(3)
3
4
5
6[1mNAME[0m
7 lfc_endsess ‐ end session
8
9[1mSYNOPSIS[0m
10 [1m#include <sys/types.h>[0m
11 [1m#include "lfc_api.h"[0m
12
13 [1mint lfc_endsess (void)[0m
14
15[1mDESCRIPTION[0m
16 [1mlfc_endsess [22mends session. The connection to the
17Name Server is closed.
18
19[1mRETURN VALUE[0m
20 This routine returns 0 if the operation was successful
21or ‐1 if the
22 operation failed. In the latter case, [1mserrno [22mis set
23appropriately.
24
25[1mERRORS[0m
26 [1mSENOSHOST [22mHost unknown.
27
28 [1mSENOSSERV [22mService unknown.
29
30 [1mSECOMERR [22mCommunication error.
31
32 [1mENSNACT [22mName server is not running or is being
33shutdown.
34
35[1mSEE ALSO[0m
36 [1mlfc_startsess(3)[0m
37
38
39
40LFC $Date: 2005/06/30 05:26:29 $
41LFC_ENDSESS(3)
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66