/***********************************************************************
 *
 * TITLE:
 *	message.h
 *
 * AUTHOR:
 *	Kevin J. Miller
 *
 * DESCRIPTION:
 *	<description>
 *
 *				CHANGE HISTORY
 *
 * $Log: message.h,v $
 * Revision 1.1  1994/01/17  23:02:20  clm
 * Initial revision
 *
 ***********************************************************************
 *
 * WARNINGS:
 *
 * EXTERNAL CALLABLE COMPONENTS (PUBLIC):
 *
 * GLOBALS:
 *
 * WAIVERS:
 *
 * NOTES:
 *
 * MANPAGE:
 *
 ***********************************************************************/

#ifndef message_h
#define message_h

#ifndef lint
static char rcsid_message[] = 
    "$Id: message.h,v 1.1 1994/01/17 23:02:20 clm OEL $";
#endif

/*
 * global function prototypes
 */
extern Widget InitMessage(Widget, ...);
extern void Message(char *, ...);
extern void Warning(char *, ...);

#endif
