diff options
| author | Michael Brown | 2005-06-01 21:10:25 +0200 |
|---|---|---|
| committer | Michael Brown | 2005-06-01 21:10:25 +0200 |
| commit | fa17bf09179d07bb5affe0ac1fccfed2144acb13 (patch) | |
| tree | 29bdd968f95d5244f2d10b4eaaa247e9a7818e48 /src/include | |
| parent | Re-order functions for more logical documentation (diff) | |
| download | ipxe-fa17bf09179d07bb5affe0ac1fccfed2144acb13.tar.gz ipxe-fa17bf09179d07bb5affe0ac1fccfed2144acb13.tar.xz ipxe-fa17bf09179d07bb5affe0ac1fccfed2144acb13.zip | |
Make rfc2090 multicast option optional
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/tftpcore.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/tftpcore.h b/src/include/tftpcore.h index d8761f338..52f63bd9c 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 ); |
