summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorMichael Brown2005-04-30 16:41:37 +0200
committerMichael Brown2005-04-30 16:41:37 +0200
commit16442388139fc561022ef9d55d44731d4f81fa32 (patch)
tree7fd8e5c8f4915cc0709f7b2205df9f98d47e27ff /src/include
parentAdded DNS resolver configuration option. (diff)
downloadipxe-16442388139fc561022ef9d55d44731d4f81fa32.tar.gz
ipxe-16442388139fc561022ef9d55d44731d4f81fa32.tar.xz
ipxe-16442388139fc561022ef9d55d44731d4f81fa32.zip
Added debugging.
Diffstat (limited to 'src/include')
-rw-r--r--src/include/resolv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/resolv.h b/src/include/resolv.h
index 99e3b297b..1ca8a584a 100644
--- a/src/include/resolv.h
+++ b/src/include/resolv.h
@@ -5,6 +5,7 @@
#include "tables.h"
struct resolver {
+ const char *name;
int ( * resolv ) ( struct in_addr *address, const char *name );
};