djbdnscurve6 51
djbdnscurve6
Loading...
Searching...
No Matches
roots.h
Go to the documentation of this file.
1#ifndef ROOTS_H
2#define ROOTS_H
3
4#include "dns.h"
5
6extern int roots(char [QUERY_MAXIPLEN],char *);
7extern int roots_same(char *,char *);
8extern int roots_init(void);
9
10#endif
#define QUERY_MAXIPLEN
Definition: dns.h:47
int roots_init(void)
Definition: roots.c:127
int roots(char[QUERY_MAXIPLEN], char *)
Definition: roots.c:48
int roots_same(char *, char *)
Definition: roots.c:57