Changeset 4548 for lm-sensors/trunk/prog/sensors/main.c
- Timestamp:
- 07/03/07 18:28:18 (6 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/prog/sensors/main.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/prog/sensors/main.c
r4504 r4548 95 95 /* This examines global var config_file, and leaves the name there too. 96 96 It also opens config_file. */ 97 void open_config_file(const char* config_file_name)97 static void open_config_file(const char* config_file_name) 98 98 { 99 99 if (!strcmp(config_file_name,"-")) { … … 110 110 } 111 111 112 void close_config_file(const char* config_file_name)112 static void close_config_file(const char* config_file_name) 113 113 { 114 114 if (fclose(config_file) == EOF) {
