home *** CD-ROM | disk | FTP | other *** search
- %h{
- /* *
- * *
- * Copyright 1987, 1988, 1989 Netwise, Inc. *
- * All Rights Reserved *
- * This software contains information which is proprietary to and a trade *
- * secret of Netwise, Inc. It is not to be used, reproduced, or disclosed *
- * except as authorized in your license agreement. *
- * *
- * Restricted Rights Legend *
- * Use, duplication, or disclosure by the Government is subject to *
- * restrictions as set forth in subparagraph (c)(1)(ii) of the Rights in *
- * Technical Data and Computer Software clause at 252.227-7013, or the *
- * equivalent Government clause for other agencies. *
- * Contractor: Netwise, Inc., Boulder, CO 80301 USA *
- * *
- */
- %}
- /*
- * File: cbak\common\cbak_c.rpc
- *
- * This RPC file runs in the following environment:
- * NetWare RPC 1.0, NetWare 2.1 or higher, DOS 3.3
- *
- * This is the RPC Specification File for an imported file in the callback
- * example.
- *
- * This RPC Specification file describes the interface of the routines in
- * the client that will be called in a nested manner from the server during
- * an RPC call.
- *
- * An appropriate default binding is set up in "cbak_c_i.rpc" and should
- * not be altered here. Procedures declared here must not overrride this
- * default binding.
- */
-
- import "cbak_c_i.rpc";
-
- /*
- * Retrieve an element of the array via callback
- */
- int
- get_element( int index );
-