Changeset 488 for trunk/src/sh_readconf.c
- Timestamp:
- Sep 18, 2015, 7:39:03 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/sh_readconf.c
r481 r488 871 871 extern int sh_set_schedule_one(const char * str); 872 872 extern int sh_set_schedule_two(const char * str); 873 extern int sh_set_silent_full (const char * str); 873 874 #endif 874 875 #if defined (SH_WITH_SERVER) … … 1101 1102 { N_("setprelinkchecksum"), SH_SECTION_MISC, SH_SECTION_NONE, 1102 1103 sh_prelink_set_hash }, 1104 1105 { N_("setfullsilent"), SH_SECTION_MISC, SH_SECTION_NONE, 1106 sh_set_silent_full }, 1103 1107 1104 1108 /* client or standalone
Note:
See TracChangeset
for help on using the changeset viewer.