BSD 4_4 release
[unix-history] / usr / src / lib / librpc / demo / msg / msg.x
CommitLineData
ad787160
C
1/* @(#)msg.x 2.1 88/08/11 4.0 RPCSRC */
2/*
3 * msg.x: Remote message printing protocol
4 */
5program MESSAGEPROG {
6 version MESSAGEVERS {
7 int PRINTMESSAGE(string) = 1;
8 } = 1;
9} = 99;