1LFC_GETIFCEVERS(3) LFC Library Functions LFC_GETIFCEVERS(3)
2
3
4
6 lfc_getifcevers - get name server client version number
7
9 #include <sys/types.h>
10 #include "lfc_api.h"
11
12 int lfc_getifcevers (char *version)
13
15 lfc_getifcevers gets the name server 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
31LFC $Date: 2007/05/09 06:42:05 $ LFC_GETIFCEVERS(3)