Added debugging.

This commit is contained in:
Michael Brown
2005-04-30 14:41:37 +00:00
parent 6cd0fa5807
commit 1644238813
2 changed files with 9 additions and 2 deletions

View File

@@ -5,6 +5,7 @@
#include "tables.h"
struct resolver {
const char *name;
int ( * resolv ) ( struct in_addr *address, const char *name );
};