Make rfc2090 multicast option optional

This commit is contained in:
Michael Brown
2005-06-01 19:10:25 +00:00
parent 55771a462d
commit fa17bf0917
2 changed files with 17 additions and 12 deletions

View File

@@ -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 );