From: Bert Hubert Date: Sun, 16 Mar 2008 16:24:15 +0000 (+0000) Subject: this needs to be in svn as well X-Git-Tag: rec-3.1.7.1~80 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a5d483e759e49022e32cef1a8d260fb91cad62e;p=thirdparty%2Fpdns.git this needs to be in svn as well git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@1161 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- diff --git a/pdns/dns_random.hh b/pdns/dns_random.hh new file mode 100644 index 0000000000..11067a30c2 --- /dev/null +++ b/pdns/dns_random.hh @@ -0,0 +1,7 @@ +#ifndef PDNS_DNS_RANDOM +#define PDNS_DNS_RANDOM + +void dns_random_init(const char data[16]); +unsigned int dns_random(unsigned int n); + +#endif