1 /*
2  * Please do not edit this file.
3  * It was generated using rpcgen.
4  */
5 
6 #ifndef _DB_VERS_C_H_RPCGEN
7 #define	_DB_VERS_C_H_RPCGEN
8 
9 #include <rpc/rpc.h>
10 #ifndef _DB_VERS_H
11 #define _DB_VERS_H
12 /* 'vers' is the version identifier.  */
13 
14 #include "nisdb_rw.h"
15 
16 
17 struct vers {
18 	u_int vers_high;
19 	u_int vers_low;
20 	u_int time_sec;
21 	u_int time_usec;
22 	__nisdb_rwlock_t vers_rwlock;
23 };
24 typedef struct vers vers;
25 #endif /* VERS_H */
26 
27 /* the xdr functions */
28 extern bool_t xdr_vers();
29 
30 #endif /* !_DB_VERS_C_H_RPCGEN */
31