home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 11 / 11.iso / n / n001 / 2.ddi / CBAK / COMMON / CBAK_C.RPC next >
Encoding:
Text File  |  1989-12-11  |  1.9 KB  |  44 lines

  1. %h{
  2. /*                                                                            *
  3.  *                                                                            *
  4.  *                  Copyright 1987, 1988, 1989 Netwise, Inc.                  *
  5.  *                              All Rights Reserved                           *
  6.  *   This software contains information which is proprietary to and a trade   *
  7.  *   secret of Netwise, Inc. It is not to be used, reproduced, or disclosed   *
  8.  *   except as authorized in your license agreement.                          *
  9.  *                                                                            *
  10.  *                          Restricted Rights Legend                          *
  11.  *   Use, duplication,  or  disclosure  by the  Government  is  subject  to   *
  12.  *   restrictions as set forth in subparagraph (c)(1)(ii) of the Rights  in   *
  13.  *   Technical Data and  Computer Software clause  at 252.227-7013, or  the   *
  14.  *   equivalent Government clause for other agencies.                         *
  15.  *   Contractor: Netwise, Inc., Boulder, CO 80301 USA                         *
  16.  *                                                                            *
  17.  */ 
  18. %}
  19. /*
  20.  * File: cbak\common\cbak_c.rpc 
  21.  *
  22.  * This RPC file runs in the following environment:
  23.  *    NetWare RPC 1.0, NetWare 2.1 or higher, DOS 3.3
  24.  *
  25.  * This is the RPC Specification File for an imported file in the callback
  26.  * example.
  27.  *
  28.  * This RPC Specification file describes the interface of the routines in 
  29.  * the client that will be called in a nested manner from the server during
  30.  * an RPC call.
  31.  *
  32.  * An appropriate default binding is set up in "cbak_c_i.rpc" and should
  33.  * not be altered here. Procedures declared here must not overrride this
  34.  * default binding.
  35.  */
  36.  
  37. import "cbak_c_i.rpc";
  38.  
  39. /*
  40.  * Retrieve an element of the array via callback
  41.  */
  42. int
  43. get_element( int index );
  44.