xref: /freebsd-src/share/examples/sunrpc/msg/msg.x (revision 84943d6f38e936ac3b7a3947ca26eeb27a39f938)
1 /*
2  * msg.x: Remote message printing protocol
3  */
4 program MESSAGEPROG {
5 	version MESSAGEVERS {
6 		int PRINTMESSAGE(string) = 1;
7 	} = 1;
8 } = 99;
9