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