Files
FireBee_Setup/sources/z-tools/trunk/zweather/prefs.h

12 lines
208 B
C

/* Global variable */
extern int unit;
extern int iconify_at_start;
extern char location_code[9];
extern clock_t update_time;
/* Function */
extern int prefs_read( void);
extern int prefs_write( void);