PROTOTYPE C file (use this to start a new C module)
/* something.c -- What it is

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

	See the "LICENSE" file for terms.

brief description


*/

#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <sys/param.h>
#include <sys/types.h>
#include <ctype.h>
#include <sys/stat.h>
#include <time.h>
#include <pwd.h>
#include <grp.h>

#include <mml/mml.h>

#include "something.h"


/* Local definitions */



/* External data referenced */



/* External routines used */



/* Local data publicly available */



/* Local routines and forward references */



/* Private data */



/*

*//* xxx( )

	function

Accepts :


Returns :


Notes :


*/


