home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 2
/
goldfish_vol2_cd1.bin
/
gnu
/
os-include
/
proto
/
potgo.h
< prev
next >
Wrap
C/C++ Source or Header
|
1994-09-22
|
230b
|
13 lines
#ifndef PROTO_POTGO_H
#define PROTO_POTGO_H
#include <clib/potgo_protos.h>
#if defined(__OPTIMIZE__) && !defined(__NOINLINES__)
#include <inline/potgo.h>
#endif
#ifndef __NOLIBBASE__
extern struct Node *PotgoBase;
#endif
#endif