From fa17bf09179d07bb5affe0ac1fccfed2144acb13 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Wed, 1 Jun 2005 19:10:25 +0000 Subject: Make rfc2090 multicast option optional --- src/include/tftpcore.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include/tftpcore.h') 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 ); -- cgit v1.2.3-55-g7522