/* ec - handles reading of EC codes, attributes and descriptions */

/* Copyright (C) 2005 The Regents of the University of California 
 * See kent/LICENSE or http://genome.ucsc.edu/license/ for licensing information. */
#ifndef EC_H
#define EC_H

void getEcHtml(char *ecNumber);
/* fetch ec codes and descriptions and output html */
#endif /*EC_H */
