Former-commit-id:06a8b51d6d
[formerly 64fa9254b946eae7e61bbc3f513b7c3696c4f54f] Former-commit-id:9f19e3f712
22 lines
741 B
C
22 lines
741 B
C
/*******************************************************************************
|
|
* FILENAME: display_interval_show.h
|
|
* DESCRIPTION: Contains the prototype for the "accum_interval_show"
|
|
* routine.
|
|
*
|
|
* ORIGINAL AUTHOR: Bryon Lawrence
|
|
* CREATION DATE: July 12, 2002
|
|
* ORGANIZATION: OHD / HSEB
|
|
* MACHINE: HP-UX / Dell Linux
|
|
* MODIFICATION HISTORY:
|
|
* DATE PROGRAMMER DESCRIPTION/REASON
|
|
* 7/12/2002 Bryon Lawrence Original Coding
|
|
********************************************************************************
|
|
*/
|
|
#ifndef DISPLAY_INTERVAL_SHOW_H
|
|
#define DISPLAY_INTERVAL_SHOW_H
|
|
|
|
#include <Xm/Xm.h>
|
|
|
|
void accum_interval_show ( Widget w ) ;
|
|
|
|
#endif /* #ifndef DISPLAY_INTERVAL_SHOW_H */
|