pxe: add missing prototype for pxe_dns()
authorH. Peter Anvin <hpa@zytor.com>
Sun, 7 Feb 2010 01:46:21 +0000 (17:46 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Sun, 7 Feb 2010 01:46:21 +0000 (17:46 -0800)
All global functions should have a prototype...

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
com32/include/syslinux/pxe.h

index 97f7c2b..6e2a769 100644 (file)
@@ -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 */