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