
/*
 * $Id: statistics.h,v 1.1.1.1 2003/11/04 23:34:57 mjames Exp $
 *
 * $Log: statistics.h,v $
 * Revision 1.1.1.1  2003/11/04 23:34:57  mjames
 * Imported into local repositrory
 *
 * Revision 1.3  2001/10/31 22:20:18  mjames
 * Tidying up problematical comments caused by CVS
 * 'intelligent' comment guessing
 *
 */

extern int count_paths (char *skt_name);

/* this procedure counts up and displays the number of nets with less than a certain

 threshold number of nodes actually in use in the named list. */

extern void count_nets_with_few_nodes (int limit);
