aboutsummaryrefslogtreecommitdiff
path: root/share/examples/sunrpc/msg/msg.x
blob: 8df021add840a8dc9ec440029873dfe0859ae103 (plain) (blame)
1
2
3
4
5
6
7
8
/*
 * msg.x: Remote message printing protocol
 */
program MESSAGEPROG {
	version MESSAGEVERS {
		int PRINTMESSAGE(string) = 1;
	} = 1;
} = 99;