diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2020-03-02 22:19:30 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2020-03-02 22:19:30 +0000 |
| commit | fdf929ff91d432d17c4d7d0aa0f9995fffe6fa8e (patch) | |
| tree | c6b6ae4416bf0bd83c995fe237bc2598f24be4d9 /libexec/tftpd/tftp-options.h | |
| parent | a969e975c9557614ae944ff43daa6581d943b1d0 (diff) | |
Notes
Diffstat (limited to 'libexec/tftpd/tftp-options.h')
| -rw-r--r-- | libexec/tftpd/tftp-options.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libexec/tftpd/tftp-options.h b/libexec/tftpd/tftp-options.h index 8768d1ceb3d4..713cbb12e439 100644 --- a/libexec/tftpd/tftp-options.h +++ b/libexec/tftpd/tftp-options.h @@ -42,6 +42,7 @@ int option_timeout(int peer); int option_blksize(int peer); int option_blksize2(int peer); int option_rollover(int peer); +int option_windowsize(int peer); extern int options_extra_enabled; extern int options_rfc_enabled; @@ -61,4 +62,5 @@ enum opt_enum { OPT_BLKSIZE, OPT_BLKSIZE2, OPT_ROLLOVER, + OPT_WINDOWSIZE, }; |
