/* Generated from vldb.xg */
#include <rx.h>
int _VL_CreateEntry(
struct rx_call *call);
int VL_CreateEntry(
struct rx_call *call
, const struct vldbentry *newentry
);

int _VL_DeleteEntry(
struct rx_call *call);
int VL_DeleteEntry(
struct rx_call *call
, const int32_t Volid
, const int32_t voltype
);

int _VL_GetEntryByID(
struct rx_call *call);
int VL_GetEntryByID(
struct rx_call *call
, const int32_t Volid
, const int32_t voltype
, struct vldbentry *entry
);

int _VL_GetEntryByName(
struct rx_call *call);
int VL_GetEntryByName(
struct rx_call *call
, const char *volumename
, struct vldbentry *entry
);

int _VL_GetNewVolumeId(
struct rx_call *call);
int VL_GetNewVolumeId(
struct rx_call *call
, const int32_t bumpcount
, int32_t *newvolumid
);

int _VL_ReplaceEntry(
struct rx_call *call);
int VL_ReplaceEntry(
struct rx_call *call
, const int32_t Volid
, const int32_t voltype
, const struct vldbentry *newentry
, const int32_t ReleaseType
);

int _VL_UpdateEntry(
struct rx_call *call);
int VL_UpdateEntry(
struct rx_call *call
, const int32_t Volid
, const int32_t voltype
, const struct VldbUpdateEntry *UpdateEntry
, const int32_t ReleaseType
);

int _VL_SetLock(
struct rx_call *call);
int VL_SetLock(
struct rx_call *call
, const int32_t Volid
, const int32_t voltype
, const int32_t voloper
);

int _VL_ReleaseLock(
struct rx_call *call);
int VL_ReleaseLock(
struct rx_call *call
, const int32_t volid
, const int32_t voltype
, const int32_t ReleaseType
);

int _VL_ListEntry(
struct rx_call *call);
int VL_ListEntry(
struct rx_call *call
, const int32_t previous_index
, int32_t *count
, int32_t *next_index
, struct vldbentry *entry
);

int _VL_ListAttributes(
struct rx_call *call);
int VL_ListAttributes(
struct rx_call *call
, const struct VldbListByAttributes *attributes
, int32_t *nentries
, bulkentries *blkentries
);

int _VL_GetStats(
struct rx_call *call);
int VL_GetStats(
struct rx_call *call
, struct vldstats *stats
, struct vital_vlheader *vital_header
);

int _VL_Probe(
struct rx_call *call);
int VL_Probe(
struct rx_call *call
);

int VL_ExecuteRequest(struct rx_call *call);
