#ifndef  CLIB_SVC_PROTOS_H
#define  CLIB_SVC_PROTOS_H

/*
**	$Id: svc_protos.h 1.3 1996/06/16 18:08:59 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  ENVOY_NIPC_H
#include <envoy/nipc.h>
#endif
/*--- functions in V37 or higher (Release 2.04) ---*/
/* */
VOID RexxReserved( void );
ULONG StartServiceA( struct TagItem *tagList );
ULONG StartService( Tag Tag1, ... );
VOID GetServiceAttrsA( struct TagItem *tagList );
VOID GetServiceAttrs( Tag Tag1, ... );
VOID SetServiceAttrsA( struct TagItem *tagList );
VOID SetServiceAttrs( Tag Tag1, ... );
VOID AttemptShutdown( STRPTR desc, ULONG seconds );
#endif   /* CLIB_SVC_PROTOS_H */
