Searched defs:config_entry_s (Results 1 – 1 of 1) sorted by relevance
72 typedef struct config_entry_s { struct73 struct config_entry_s *next; argument74 int seconds_to_warn;75 char *principal;76 char *where_to;77 char *email;78 int renew;79 int log_success;80 int log_failure;