summaryrefslogtreecommitdiffstats
path: root/src/include/tftpcore.h
diff options
context:
space:
mode:
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 );