PROTOTYPE H file (use this to start a new .h file for a module)
/* xx.h -- definitions for the mml "xx" module

	Copyright 2006
		by Mark E. Mallett, MV Communications, Inc.

	See the "LICENSE" file for terms.

What it is

*/


#ifndef	H_MML_XX		/* For multiple inclusions */
#define	H_MML_XX



/* Declarations for functions contained in this module: */


#endif	/* H_MML_XX */
