#ifndef  CLIB_ENVOY_PROTOS_H
#define  CLIB_ENVOY_PROTOS_H

/*
**	$Id: envoy_protos.h,v 1.9 1998/01/05 10:09:37 heinz Exp $
**
**	C prototypes. For use with 32 bit integers only.
**
**	(C) Copyright 1995-98 by Heinz Wrobel
**	    All Rights Reserved
*/

#ifndef  EXEC_TYPES_H
#include <exec/types.h>
#endif
#ifndef  UTILITY_TAGITEM_H
#include <utility/tagitem.h>
#endif
#ifndef  LIBRARIES_GADTOOLS_H
#include <libraries/gadtools.h>
#endif
/*--- functions in V37 or higher (Release 2.04) ---*/
BOOL HostRequestA( struct TagItem *tags );
BOOL HostRequest( Tag tag1, ... );
BOOL LoginRequestA( struct TagItem *tags );
BOOL LoginRequest( Tag tag1, ... );
BOOL UserRequestA( struct TagItem *tags );
BOOL UserRequest( Tag tag1, ... );
/*--- functions in V43 or higher ---*/
BOOL PasswordRequestA( struct TagItem *tags );
BOOL PasswordRequest( Tag tag1, ... );
/*--- (10 function slots reserved here) ---*/
#endif   /* CLIB_ENVOY_PROTOS_H */
