(cli *rpc.Client, Arg0 int)
| 151 | return nil |
| 152 | } |
| 153 | func client_options(cli *rpc.Client, Arg0 int) string { |
| 154 | var args Args_options |
| 155 | var reply Reply_options |
| 156 | args.Arg0 = Arg0 |
| 157 | err := cli.Call("RPC.RPC_options", &args, &reply) |
| 158 | if err != nil { |
| 159 | panic(err) |
| 160 | } |
| 161 | return reply.Arg0 |
| 162 | } |