xref: /freebsd/share/examples/sunrpc/msg/msg.x (revision 38829592dc77e9ead4259785e0bfb93bd4c2fe34)
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