Searched refs:logHistory (Results 1 – 3 of 3) sorted by relevance
13 extern char *logHistory;441 logHistory=malloc(strlen (p) + 1);442 strcpy (logHistory, p);
237 char *logHistory = ALL_REC_TYPES; variable720 if ( strchr(logHistory, type) == NULL )
1570 * parseinfo.c: Add extern to logHistory declaration. (Reported by1572 (parse_config): Reformat logHistory code.