unpack zips in src to better compression
This commit is contained in:
11
sources/z-tools/trunk/zweather/prefs.h
Normal file
11
sources/z-tools/trunk/zweather/prefs.h
Normal file
@@ -0,0 +1,11 @@
|
||||
/* 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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user