/* pubsTracks - code for the publications tracks */

/* Copyright (C) 2013 The Regents of the University of California 
 * See kent/LICENSE or http://genome.ucsc.edu/license/ for licensing information. */
#ifndef PUBSTRACKS_H
#define PUBSTRACKS_H
void pubsMarkerMethods(struct track *tg);
void pubsBlatMethods(struct track *tg);
void pubsBlatPslMethods(struct track *tg);
#endif
