]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - share/examples/sunrpc/msg/msg.x
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.git] / share / examples / sunrpc / msg / msg.x
1 /* @(#)msg.x    2.1 88/08/11 4.0 RPCSRC */
2 /*
3  * msg.x: Remote message printing protocol
4  */
5 program MESSAGEPROG {
6         version MESSAGEVERS {
7                 int PRINTMESSAGE(string) = 1;
8         } = 1;
9 } = 99;