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 */
|