home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / internet-tools / amitcp / amitcp-sdk-4.3 / netinclude / proto / serscript.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-02-26  |  648 b   |  29 lines

  1. #ifndef PROTO_SERSCRIPT_H
  2. #define PROTO_SERSCRIPT_H \
  3.        "$Id: serscript.h,v 1.2 1996/02/26 21:28:14 too Exp $"
  4. /*
  5.  *    SAS C prototypes for serscript.library
  6.  *
  7.  *      Copyright © 1995 AmiTCP/IP Group,
  8.  *                       Network Solutions Development, Inc.
  9.  *                       All rights reserved.
  10.  */
  11.  
  12. #ifndef EXEC_TYPES_H
  13. #include <exec/types.h>
  14. #endif
  15.  
  16. #ifndef __NOLIBBASE__       
  17. extern struct Library *SerScriptBase;
  18. #endif
  19.  
  20. #include <libraries/serscript.h>
  21. #include <clib/serscript_protos.h>
  22. #if __SASC
  23. #include <pragmas/serscript_pragmas.h>
  24. #elif __GNUC__
  25. #include <inline/serscript.h>
  26. #endif
  27.  
  28. #endif /* PROTO_SERSCRIPT_H */
  29.