1 /* 2 * Copyright 1993 OpenVision Technologies, Inc., All Rights Reserved. 3 * 4 * $Id$ 5 * $Source$ 6 * 7 * $Log$ 8 * Revision 1.2 1996/07/22 20:41:42 marc 9 * this commit includes all the changes on the OV_9510_INTEGRATION and 10 * OV_MERGE branches. This includes, but is not limited to, the new openvision 11 * admin system, and major changes to gssapi to add functionality, and bring 12 * the implementation in line with rfc1964. before committing, the 13 * code was built and tested for netbsd and solaris. 14 * 15 * Revision 1.1.4.1 1996/07/18 04:20:04 marc 16 * merged in changes from OV_9510_BP to OV_9510_FINAL1 17 * 18 # Revision 1.1.2.1 1996/06/20 23:42:06 marc 19 # File added to the repository on a branch 20 # 21 # Revision 1.1 1993/11/03 23:53:58 bjaspan 22 # Initial revision 23 # 24 */ 25 26 program RPC_TEST_PROG { 27 version RPC_TEST_VERS_1 { 28 string RPC_TEST_ECHO(string) = 1; 29 } = 1; 30 } = 1000001; 31