summaryrefslogtreecommitdiff
path: root/src/include/s6-dns/hosts.h
blob: 9c2baaf4840037c5eee2992f1fdf40df05f74c2a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* ISC license. */

#ifndef S6DNS_HOSTS_H
#define S6DNS_HOSTS_H

#include <skalibs/cdb.h>
#include <skalibs/genalloc.h>

extern cdb s6dns_hosts_here ;

extern int s6dns_hosts_init (cdb *) ;
#define s6dns_hosts_free(c) cdb_free(c)

extern int s6dns_hosts_compile (int, int) ;

#endif