1DPNS_GETIFCEVERS(3) DPNS Library Functions DP‐
2NS_GETIFCEVERS(3)
3
4
5
6[1mNAME[0m
7 dpns_getifcevers ‐ get name server client version number
8
9[1mSYNOPSIS[0m
10 [1m#include <sys/types.h>[0m
11 [1m#include "dpns_api.h"[0m
12
13 [1mint dpns_getifcevers (char *[4m[22mversion[24m[1m)[0m
14
15[1mDESCRIPTION[0m
16 [1mdpns_getifcevers [22mgets the name server client ver‐
17sion number.
18
19[1mOPTIONS[0m
20 [4mversion[0m
21 points at a buffer to receive the version num‐
22ber. The buffer
23 must be at least 256 characters long.
24
25[1mRETURN VALUE[0m
26 This routine returns 0 if the operation was successful or
27‐1 if the
28 operation failed. In the latter case, [1mserrno [22mis set
29appropriately.
30
31[1mERRORS[0m
32 [1mEFAULT [4m[22mversion[24m is a NULL pointer.
33
34
35
36DPNS $Date: 2007/05/09 06:42:05 $ DP‐
37NS_GETIFCEVERS(3)
38
39
40
41
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