Former-commit-id:a02aeb236c
[formerly9f19e3f712
] [formerlya02aeb236c
[formerly9f19e3f712
] [formerly06a8b51d6d
[formerly 64fa9254b946eae7e61bbc3f513b7c3696c4f54f]]] Former-commit-id:06a8b51d6d
Former-commit-id:8e80217e59
[formerly3360eb6c5f
] Former-commit-id:377dcd10b9
25 lines
916 B
C
25 lines
916 B
C
/*******************************************************************************
|
|
* FILENAME: read_rwprefs.h
|
|
* GENERAL INFORMATION:
|
|
* DESCRIPTION: This file contains the prototype information for the
|
|
* the read_rwprefs routine contained within the
|
|
* read_rwprefs.ec file.
|
|
* ORIGINAL AUTHOR: Bryon Lawrence
|
|
* CREATION DATE: February 7, 2002
|
|
* ORGANIZATION: OHD / HSEB
|
|
* MACHINE: HP-UX / Dell Linux
|
|
* MODIFICATION HISTORY:
|
|
* DATE PROGRAMMER DESCRIPTION/REASON
|
|
* February 7, 2002 Bryon Lawrence Original Coding
|
|
********************************************************************************
|
|
*/
|
|
|
|
#ifndef READ_RWPREFS_H
|
|
#define READ_RWPREFS_H
|
|
|
|
#define RWPREFS_DEFAULT_NUM_HOURS 72
|
|
#define RWPREFS_DEFAULT_DISPLAY_TYPE "RMOSAIC"
|
|
|
|
void read_rwprefs ( ) ;
|
|
|
|
#endif /* #ifndef READ_RWPREFS_H */
|