/* Put up the configuration page. */

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

#ifndef CONFIGPAGE_H
#define CONFIGPAGE_H

void configPage();
/* Put up configuration page. */

#endif /* CONFIGPAGE_H */

