summaryrefslogtreecommitdiff
path: root/com32/include
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2010-02-06 17:46:21 -0800
committerH. Peter Anvin <hpa@zytor.com>2010-02-06 17:46:21 -0800
commitda0708ffa868b799887cc1ab2995f79b8e41f1f2 (patch)
tree603d4aa0aa47eb89d8a72de4f994478353c00f52 /com32/include
parent177148d253c6ca986ef94aa9b22ae377ddee828a (diff)
downloadsyslinux-da0708ffa868b799887cc1ab2995f79b8e41f1f2.tar.gz
pxe: add missing prototype for pxe_dns()
All global functions should have a prototype... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'com32/include')
-rw-r--r--com32/include/syslinux/pxe.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/com32/include/syslinux/pxe.h b/com32/include/syslinux/pxe.h
index 97f7c2b9..6e2a769b 100644
--- a/com32/include/syslinux/pxe.h
+++ b/com32/include/syslinux/pxe.h
@@ -520,5 +520,6 @@ typedef struct s_PXENV_UNDI_ISR {
/* SYSLINUX-defined PXE utility functions */
int pxe_get_cached_info(int level, void **buf, size_t * len);
int pxe_get_nic_type(t_PXENV_UNDI_GET_NIC_TYPE * gnt);
+uint32_t pxe_dns(const char *hostname);
#endif /* _SYSLINUX_PXE_H */