xref: /freebsd/share/examples/sunrpc/msg/msg.x (revision 7d99ab9fd0cc2c1ce2ecef0ed6d0672c2a50b0cb)
1 /* @(#)msg.x	2.1 88/08/11 4.0 RPCSRC */
2 /*
3  * msg.x: Remote message printing protocol
4  */
5 program MESSAGEPROG {
6 	version MESSAGEVERS {
7 		int PRINTMESSAGE(string) = 1;
8 	} = 1;
9 } = 99;
10