summaryrefslogtreecommitdiff
path: root/data.h
diff options
context:
space:
mode:
authorMarco d'Itri <md@linux.it>2007-09-13 03:28:21 +0200
committerMarco d'Itri <md@linux.it>2013-03-30 02:31:35 +0100
commitc3c46b20b8b1f7c5111daff0b45e56d8ba64ac7b (patch)
treecccdf580e6d7ffda2a646c80ec69e56baf9f2c58 /data.h
parentb62995f67024549c4edcf5c39a1533ea289f6897 (diff)
downloadwhois-c3c46b20b8b1f7c5111daff0b45e56d8ba64ac7b.tar.gz
Imported Debian version 4.7.23v4.7.23
Diffstat (limited to 'data.h')
-rw-r--r--data.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/data.h b/data.h
index 895251a..3d194be 100644
--- a/data.h
+++ b/data.h
@@ -117,6 +117,17 @@ const struct as_del as_assign[] = {
{ 0, 0, NULL }
};
+struct as32_del {
+ const unsigned long first;
+ const unsigned long last;
+ const char *serv;
+};
+
+const struct as32_del as32_assign[] = {
+#include "as32_del.h"
+ { 0, 0, NULL }
+};
+
const char *tld_serv[] = {
#include "tld_serv.h"
NULL, NULL