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