/******************************************************************************/
/* Copyright 1997 MBARI                                                       */
/******************************************************************************/
/* Summary  : Video overlay definitions for Icon class                        */
/* Filename : Time.h                                                          */
/* Author   : Janice Tarrant                                                  */
/* Project  : Tiburon                                                         */
/* Version  : Version 1.0                                                     */
/* Created  : 07/15/97                                                        */
/* Modified :                                                                 */
/* Archived :                                                                 */
/******************************************************************************/
/* Modification History :                                                     */
/* $Header$
 * $Log$
 *
 */
/******************************************************************************/
#ifndef INC_TIME_H	
#define INC_TIME_H 

					/* function prototypes                */
#if __STDC__
Void Time_SetValue(OV_Item *p_item, OV_char *value);
#endif

#endif 
