summaryrefslogtreecommitdiffstats
path: root/rpc_demo/msg.x
blob: ec7dbe6c38bb129539533068c4e64c7235b0d7c3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#ifdef RPC_HDR
%#define TCP_PORT	15376
#endif

program MESSAGEPROC
{
	version MESSAGEVERS
	{
		int printmessage(string) = 1;
		int printnum(int) = 2;
	} = 1;
} = 99;