home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD2.bin / bbs / comm / amitcp-3.0ß2.lha / AmiTCP / netinclude / proto / usergroup.h < prev   
C/C++ Source or Header  |  1994-02-24  |  616b  |  27 lines

  1. #ifndef PROTO_USERGROUP_H
  2. #define PROTO_USERGROUP_H
  3. /*
  4. **      $Filename: proto/usergroup.h $
  5. **    $Release$
  6. **      $Revision: 1.1 $
  7. **      $Date: 1994/01/20 16:21:31 $
  8. **
  9. **    SAS C prototypes for usergroup.library
  10. **
  11. **    Copyright © 1993 AmiTCP/IP Group, <amitcp-group@hut.fi>
  12. **                  Helsinki University of Technology, Finland.
  13. **                  All rights reserved.
  14. */
  15.  
  16. #ifndef EXEC_TYPES_H
  17. #include <exec/types.h>
  18. #endif
  19.  
  20. extern struct Library *UserGroupBase;
  21.  
  22. #include <libraries/usergroup.h>
  23. #include <clib/usergroup_protos.h>
  24. #include <pragmas/usergroup_pragmas.h>
  25.  
  26. #endif /* PROTO_USERGROUP_H */
  27.