mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-11-19 11:30:51 +00:00
14 lines
423 B
C
14 lines
423 B
C
|
/*
|
||
|
* Too bad we don't have symlinks for GNO ...
|
||
|
* This file allows a program to use the *proper* name for this
|
||
|
* header file, while allowing the "real" header file to reside on
|
||
|
* a ProDOS volume. This is good for speed and disk integrity,
|
||
|
* and gives a work-around for those sites which don't use HFS.
|
||
|
*
|
||
|
* $Id: raw_cb.h,v 1.1 1997/02/28 04:41:53 gdr Exp $
|
||
|
*/
|
||
|
|
||
|
#ifndef _NET_RAW_CB_H_
|
||
|
#include <net/raw.cb.h>
|
||
|
#endif
|