home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MACD 5
/
MACD5.iso
/
workbench
/
monitory
/
syslog_v1.00
/
developer
/
gcc
/
os-include
/
proto
/
syslog.h
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1995-11-13
|
238 b
|
13 lines
#ifndef PROTO_SYSLOG_H
#define PROTO_SYSLOG_H
#include <clib/syslog_protos.h>
#if defined(__OPTIMIZE__) && !defined(__NOINLINES__)
#include <inline/syslog.h>
#endif
#ifndef __NOLIBBASE__
extern struct Library *SysLogBase;
#endif
#endif