17 lines
264 B
C
17 lines
264 B
C
/* @(#)raw.h 1.1 92/07/30 SMI */
|
|
|
|
/*
|
|
* raw.h
|
|
*
|
|
* Raw interface
|
|
* The common memory area over which they will communicate
|
|
*
|
|
* Copyright (C) 1989, Sun Microsystems, Inc.
|
|
*/
|
|
|
|
#ifndef _RPC_RAW_H
|
|
#define _RPC_RAW_H
|
|
|
|
char *_rpcrawcombuf;
|
|
#endif /* !_RPC_RAW_H */
|