home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 9 / FreshFishVol9-CD2.bin / bbs / comm / amitcp-sdk-4.0.lha / AmiTCP-SDK / netinclude / proto / usergroup.h < prev   
Encoding:
C/C++ Source or Header  |  1994-10-06  |  552 b   |  23 lines

  1. #ifndef PROTO_USERGROUP_H
  2. #define PROTO_USERGROUP_H \
  3.        "$Id: usergroup.h,v 4.1 1994/10/05 23:17:30 ppessi Exp $"
  4. /*
  5.  *    SAS C prototypes for usergroup.library
  6.  *
  7.  *      Copyright © 1994 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. extern struct Library *UserGroupBase;
  17.  
  18. #include <libraries/usergroup.h>
  19. #include <clib/usergroup_protos.h>
  20. #include <pragmas/usergroup_pragmas.h>
  21.  
  22. #endif /* PROTO_USERGROUP_H */
  23.