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