28 lines
482 B
C
28 lines
482 B
C
/* static char sccsid[] = "@(#)24 1.1 src/bos/usr/include/rpc/raw.h, libcrpc, bos411, 9428A410j 10/25/93 20:55:34"; */
|
|
/*
|
|
* COMPONENT_NAME: LIBCRPC
|
|
*
|
|
* FUNCTIONS:
|
|
*
|
|
* ORIGINS: 24
|
|
*
|
|
*
|
|
* Copyright (C) 1989,1990 Sun Microsystems, Inc.
|
|
*/
|
|
|
|
/* @(#)raw.h 1.1 90/07/19 4.1NFSSRC SMI */
|
|
|
|
/*
|
|
* raw.h
|
|
*
|
|
* Raw interface
|
|
* The common memory area over which they will communicate
|
|
*
|
|
*/
|
|
|
|
#ifndef _RPC_RAW_H
|
|
#define _RPC_RAW_H
|
|
|
|
char *_rpcrawcombuf;
|
|
#endif /* !_RPC_RAW_H */
|