/*
* Copyright (C) 2001-2009, CompHEP Collaboration
* ------------------------------------------------------
*/
#ifndef __REGFUNALL_
#define __REGFUNALL_

extern double regfun (int itype, int nsing, sing_struct * singar, double xmin, double xmax,
                     double xx, double *xout);
extern double regfct (int itype, int nsing, sing_struct * singar, double xmin, double xmax,
                     double xout);

#endif
