ntp_conf_sensor
struct ntp_conf_sensor *
struct ntp_conf_sensor *s;
if ((s = calloc(1, sizeof(struct ntp_conf_sensor))) == NULL)
TAILQ_ENTRY(ntp_conf_sensor) entry;
TAILQ_HEAD(ntp_conf_sensors, ntp_conf_sensor) ntp_conf_sensors;
struct ntp_conf_sensor *new_sensor(char *);
struct ntp_conf_sensor *s;
struct ntp_conf_sensor *cs;