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