/* * :ts=8 * * 'Roadshow' -- Amiga TCP/IP stack; "usergroup.library" API * Copyright © 2001-2016 by Olaf Barthel. * All Rights Reserved. * * Amiga specific TCP/IP 'C' header files; * Freely Distributable * * WARNING: The "usergroup.library" API must be considered obsolete and * should not be used in new software. It is provided solely * for backwards compatibility and legacy application software. */ #ifndef PROTO_USERGROUP_H #define PROTO_USERGROUP_H #ifndef LIBRARIES_USERGROUP_H #include #endif #ifndef PWD_H #include #endif #ifndef GRP_H #include #endif /****************************************************************************/ #ifndef __NOLIBBASE__ extern struct Library * UserGroupBase; #endif /* __NOLIBBASE__ */ /****************************************************************************/ #ifdef __amigaos4__ #include #ifdef __USE_INLINE__ #include #endif /* __USE_INLINE__ */ #ifndef CLIB_USERGROUP_PROTOS_H #define CLIB_USERGROUP_PROTOS_H 1 #endif /* CLIB_USERGROUP_PROTOS_H */ #ifndef __NOGLOBALIFACE__ extern struct UserGroupIFace *IUserGroup; #endif /* __NOGLOBALIFACE__ */ #else /* __amigaos4__ */ #ifndef CLIB_USERGROUP_PROTOS_H #include #endif /* CLIB_USERGROUP_PROTOS_H */ #if defined(__GNUC__) #ifndef __PPC__ #include #else #include #endif /* __PPC__ */ #elif defined(__VBCC__) #ifndef __PPC__ #include #endif /* __PPC__ */ #else #include #endif /* __GNUC__ */ #endif /* __amigaos4__ */ /****************************************************************************/ #endif /* PROTO_USERGROUP_H */