#ifndef  CLIB_SERVICES_PROTOS_H
#define  CLIB_SERVICES_PROTOS_H

/*
**	$Id: services_protos.h,v 37.7 1997/05/11 11:37:16 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  ENVOY_SERVICES_H
#include <envoy/services.h>
#endif
/*--- functions in V37 or higher (Release 2.04) ---*/
/* */
APTR FindServiceA( STRPTR remoteHost, STRPTR serviceName, APTR srcEntity,
	struct TagItem *tagList );
APTR FindService( STRPTR remoteHost, STRPTR serviceName, APTR srcEntity,
	Tag Tag1, ... );
VOID LoseService( APTR entity );
/*--- functions in V40 or higher (Release 3.1) ---*/
/*--- functions in V43 or higher ---*/
/*--- (5 function slots reserved here) ---*/
#endif   /* CLIB_SERVICES_PROTOS_H */
