/* Utility functions for web API programs */

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

void apiOut(char *text, char *jsonp);
/* Output content header and text to stdout */
