Former-commit-id:a02aeb236c
[formerly9f19e3f712
] [formerlya02aeb236c
[formerly9f19e3f712
] [formerly06a8b51d6d
[formerly 64fa9254b946eae7e61bbc3f513b7c3696c4f54f]]] Former-commit-id:06a8b51d6d
Former-commit-id:8e80217e59
[formerly3360eb6c5f
] Former-commit-id:377dcd10b9
24 lines
955 B
C
24 lines
955 B
C
|
|
/*******************************************************************************
|
|
* FILENAME: set_single_site_overlays.h
|
|
* DESCRIPTION: Contains the prototype for the set_single_site_overlays
|
|
* routine. This routine sets the initial state of these
|
|
* overlays based on the settings in the overlay
|
|
* configuration file.
|
|
*
|
|
* ORIGINAL AUTHOR: Bryon Lawrence
|
|
* CREATION DATE: March 24, 2004
|
|
* ORGANIZATION: OHD-11 / HSEB
|
|
* OPERATING SYSTEM: Redhat Linux
|
|
* MODIFICATION HISTORY:
|
|
* MODULE # DATE PROGRAMMER DESCRIPTION/REASON
|
|
* 1 3/24/2004 Bryon Lawrence Original Coding
|
|
********************************************************************************
|
|
*/
|
|
|
|
#ifndef SET_SINGLE_SITE_OVERLAYS_H
|
|
#define SET_SINGLE_SITE_OVERLAYS_H
|
|
|
|
void set_single_site_overlays ( ) ;
|
|
|
|
#endif /* #ifndef SET_SINGLE_SITE_OVERLAYS_H */
|