home *** CD-ROM | disk | FTP | other *** search
/ MACD 5 / MACD5.iso / workbench / monitory / syslog_v1.00 / developer / gcc / os-include / proto / syslog.h
Encoding:
C/C++ Source or Header  |  1995-11-13  |  238 b   |  13 lines

  1. #ifndef PROTO_SYSLOG_H
  2. #define PROTO_SYSLOG_H
  3.  
  4. #include <clib/syslog_protos.h>
  5. #if defined(__OPTIMIZE__) && !defined(__NOINLINES__)
  6. #include <inline/syslog.h>
  7. #endif
  8. #ifndef __NOLIBBASE__
  9. extern struct Library *SysLogBase;
  10. #endif
  11.  
  12. #endif
  13.