From 8e4faa094824cae9633ad512ea40c12805435f82 Mon Sep 17 00:00:00 2001 From: Patrick Plenefisch Date: Thu, 30 Aug 2012 00:21:33 +0100 Subject: [cmdline] Add standalone "nslookup" command Modified-by: Michael Brown Signed-off-by: Michael Brown --- src/include/usr/nslookup.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/include/usr/nslookup.h (limited to 'src/include/usr') diff --git a/src/include/usr/nslookup.h b/src/include/usr/nslookup.h new file mode 100644 index 000000000..d34649e9f --- /dev/null +++ b/src/include/usr/nslookup.h @@ -0,0 +1,14 @@ +#ifndef _USR_NSLOOKUP_H +#define _USR_NSLOOKUP_H + +/** @file + * + * Standalone name resolution + * + */ + +FILE_LICENCE ( GPL2_OR_LATER ); + +extern int nslookup ( const char *name, const char *setting_name ); + +#endif /* _USR_NSLOOKUP_H */ -- cgit v1.2.3-55-g7522