/* Author: Ram Samudrala (me@ram.org)
 * Version: O1.0
 * Detail: <http://www.ram.org/computing/cgi_common/cgi_common.html>
 * November 22, 1995.
 *
 * See the URL above for terms of use and general help.
 */

#ifndef __CGI_DISPLAY__
#define __CGI_DISPLAY__

/******************************************************************/
/* Function declarations */

extern void display_content_type(char string[]);
extern void display_signature();

/******************************************************************/

#endif /* __CGI_DISPLAY__ */
