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