1DPM_GETIFCEVERS(3) DPM Library Functions DPM_GETIFCEVERS(3)
2
3
4
6 dpm_getifcevers - get DPM client version number
7
9 #include <sys/types.h>
10 #include "dpm_api.h"
11
12 int dpm_getifcevers (char *version)
13
15 dpm_getifcevers gets the DPM client version number.
16
18 version
19 points at a buffer to receive the version number. The buffer
20 must be at least 256 characters long.
21
23 This routine returns 0 if the operation was successful or -1 if the
24 operation failed. In the latter case, serrno is set appropriately.
25
27 EFAULT version is a NULL pointer.
28
29
30
31LCG $Date: 2007/05/09 06:42:05 $ DPM_GETIFCEVERS(3)