xref: /freebsd/share/examples/sunrpc/msg/msg.x (revision 944fcc15f83de276d019fb56fc70dc7312d0695e)
1944fcc15SGarrett Wollman /* @(#)msg.x	2.1 88/08/11 4.0 RPCSRC */
2944fcc15SGarrett Wollman /*
3944fcc15SGarrett Wollman  * msg.x: Remote message printing protocol
4944fcc15SGarrett Wollman  */
5944fcc15SGarrett Wollman program MESSAGEPROG {
6944fcc15SGarrett Wollman 	version MESSAGEVERS {
7944fcc15SGarrett Wollman 		int PRINTMESSAGE(string) = 1;
8944fcc15SGarrett Wollman 	} = 1;
9944fcc15SGarrett Wollman } = 99;
10