xref: /freebsd/share/examples/sunrpc/msg/msg.x (revision 97759ccc715c4b365432c16d763c50eecfcb1100)
1944fcc15SGarrett Wollman /*
2944fcc15SGarrett Wollman  * msg.x: Remote message printing protocol
3944fcc15SGarrett Wollman  */
4944fcc15SGarrett Wollman program MESSAGEPROG {
5944fcc15SGarrett Wollman 	version MESSAGEVERS {
6944fcc15SGarrett Wollman 		int PRINTMESSAGE(string) = 1;
7944fcc15SGarrett Wollman 	} = 1;
8944fcc15SGarrett Wollman } = 99;
9