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