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