//doors/sqrtproc.h
#define	PATH_SQRT_DOOR	"/tmp/sqrtproc_door"

typedef struct {		/*   sqrtproc() */
  long	arg1;
} sqrtproc_in_t;

typedef struct {		/*  sqrtproc()  */
  double	res1;
} sqrtproc_out_t;
