1 /* 2 * Please do not edit this file. 3 * It was generated using rpcgen. 4 */ 5 6 #ifndef _DB_ITEM_C_H_RPCGEN 7 #define _DB_ITEM_C_H_RPCGEN 8 9 #include <rpc/rpc.h> 10 #pragma ident "%Z%%M% %I% %E% SMI" 11 12 /* A 'counted' string. */ 13 14 #ifndef _DB_ITEM_H 15 #define _DB_ITEM_H 16 17 struct item { 18 struct { 19 u_int itemvalue_len; 20 char *itemvalue_val; 21 } itemvalue; 22 }; 23 typedef struct item item; 24 #endif /* _DB_ITEM_H */ 25 26 /* the xdr functions */ 27 extern bool_t xdr_item(); 28 29 #endif /* !_DB_ITEM_C_H_RPCGEN */ 30