summaryrefslogtreecommitdiffstats
path: root/src/include/tftpcore.h
diff options
context:
space:
mode:
authorMichael Brown2005-06-01 21:10:25 +0200
committerMichael Brown2005-06-01 21:10:25 +0200
commitfa17bf09179d07bb5affe0ac1fccfed2144acb13 (patch)
tree29bdd968f95d5244f2d10b4eaaa247e9a7818e48 /src/include/tftpcore.h
parentRe-order functions for more logical documentation (diff)
downloadipxe-fa17bf09179d07bb5affe0ac1fccfed2144acb13.tar.gz
ipxe-fa17bf09179d07bb5affe0ac1fccfed2144acb13.tar.xz
ipxe-fa17bf09179d07bb5affe0ac1fccfed2144acb13.zip
Make rfc2090 multicast option optional
Diffstat (limited to 'src/include/tftpcore.h')
-rw-r--r--src/include/tftpcore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/tftpcore.h b/src/include/tftpcore.h
index d8761f33..52f63bd9 100644
--- a/src/include/tftpcore.h
+++ b/src/include/tftpcore.h
@@ -13,7 +13,7 @@
#include "tftp.h"
extern int tftp_open ( struct tftp_state *state, const char *filename,
- union tftp_any **reply );
+ union tftp_any **reply, int multicast );
extern int tftp_process_opts ( struct tftp_state *state,
struct tftp_oack *oack );