Files
seta75D 2e8a93c394 Init
2021-10-11 18:20:23 -03:00

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 */