/*
* Copyright (C) 2002-2009, CompHEP Collaboration
* ------------------------------------------------
*/
#include"structures.h"

#ifndef _COMPARE_H_
#define _COMPARE_H_

#define NUMBPARTICLES 110

int compare_extra_info (int nf, tags ** the_tags, process_ * pr);
int compare_processes (int nf, tags ** the_tags, proc_pos * pr_pos);
#endif /* compare.h  */
