/* Generated from volumeserver.xg */
#include <rx.h>
int _VOLSER_AFSVolCreateVolume(
struct rx_call *call);
int VOLSER_AFSVolCreateVolume(
struct rx_call *call
, const int32_t partition
, const char *name
, const int32_t type
, const int32_t parent
, int32_t *volid
, int32_t *trans
);

int _VOLSER_AFSVolTransCreate(
struct rx_call *call);
int VOLSER_AFSVolTransCreate(
struct rx_call *call
, const int32_t volume
, const int32_t partition
, const int32_t flags
, int32_t *trans
);

int _VOLSER_AFSVolEndTrans(
struct rx_call *call);
int VOLSER_AFSVolEndTrans(
struct rx_call *call
, const int32_t trans
, int32_t *rcode
);

int _VOLSER_AFSVolGetFlags(
struct rx_call *call);
int VOLSER_AFSVolGetFlags(
struct rx_call *call
, const int32_t trans
, int32_t *flags
);

int _VOLSER_AFSVolSetFlags(
struct rx_call *call);
int VOLSER_AFSVolSetFlags(
struct rx_call *call
, const int32_t trans
, const int32_t flags
);

int _VOLSER_AFSVolGetName(
struct rx_call *call);
int VOLSER_AFSVolGetName(
struct rx_call *call
, const int32_t tid
, char *tname
);

int _VOLSER_AFSVolSetDate(
struct rx_call *call);
int VOLSER_AFSVolSetDate(
struct rx_call *call
, const int32_t tid
, const int32_t newDate
);

int _VOLSER_AFSVolListPartitions(
struct rx_call *call);
int VOLSER_AFSVolListPartitions(
struct rx_call *call
, struct pIDs *partIDs
);

int _VOLSER_AFSVolPartitionInfo(
struct rx_call *call);
int VOLSER_AFSVolPartitionInfo(
struct rx_call *call
, const char *name
, struct diskPartition *partition
);

int _VOLSER_AFSVolListVolumes(
struct rx_call *call);
int VOLSER_AFSVolListVolumes(
struct rx_call *call
, const int32_t partID
, const int32_t flags
, volEntries *resultEntries
);

int _VOLSER_AFSVolListOneVolume(
struct rx_call *call);
int VOLSER_AFSVolListOneVolume(
struct rx_call *call
, const int32_t partID
, const int32_t volid
, volEntries *resultEntries
);

int _VOLSER_AFSVolVolMonitor(
struct rx_call *call);
int VOLSER_AFSVolVolMonitor(
struct rx_call *call
, transDebugEntries *result
);

int VOLSER_ExecuteRequest(struct rx_call *call);
