Files
seta75D 2e8a93c394 Init
2021-10-11 18:20:23 -03:00

23 lines
320 B
C

/*
@(#)ATS tcm_dtm.h 1.1 92/07/30 Copyright Sun Microsystems Inc.
*/
/*
* tcm_dtm.h
*
* This files lists the rpc proc nums for messages from tcm to dtm.
*
*/
struct strings {
int num;
char op[5][80];
};
struct option_file {
char fname[80];
int action;
};
extern xdr_strings();
extern xdr_option();