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