]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
this needs to be in svn as well
authorBert Hubert <bert.hubert@netherlabs.nl>
Sun, 16 Mar 2008 16:24:15 +0000 (16:24 +0000)
committerBert Hubert <bert.hubert@netherlabs.nl>
Sun, 16 Mar 2008 16:24:15 +0000 (16:24 +0000)
git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@1161 d19b8d6e-7fed-0310-83ef-9ca221ded41b

pdns/dns_random.hh [new file with mode: 0644]

diff --git a/pdns/dns_random.hh b/pdns/dns_random.hh
new file mode 100644 (file)
index 0000000..11067a3
--- /dev/null
@@ -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