summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorMichael Brown2008-01-22 19:51:12 +0100
committerMichael Brown2008-01-22 19:51:12 +0100
commitc9c8cdeb8b3c914b68b48b611640e70ec9f47c80 (patch)
tree80ad7e2e95248a116ce45743d514efcf174965bb /src/include
parentUse XFER_INIT() macro. (diff)
downloadipxe-c9c8cdeb8b3c914b68b48b611640e70ec9f47c80.tar.gz
ipxe-c9c8cdeb8b3c914b68b48b611640e70ec9f47c80.tar.xz
ipxe-c9c8cdeb8b3c914b68b48b611640e70ec9f47c80.zip
Add pxe_set_cached_filename() so that pxe_tftp.c can also update the
stored DHCP packets.
Diffstat (limited to 'src/include')
-rw-r--r--src/include/pxe.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/pxe.h b/src/include/pxe.h
index ecb664d5..f17d8f77 100644
--- a/src/include/pxe.h
+++ b/src/include/pxe.h
@@ -144,4 +144,6 @@ extern struct net_device *pxe_netdev;
extern void pxe_set_netdev ( struct net_device *netdev );
+extern void pxe_set_cached_filename ( const unsigned char *filename );
+
#endif /* PXE_H */