diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-02-20 00:14:31 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-02-20 00:14:31 +0000 |
| commit | d8713bf36156f6c6179cc989fc370a7f9a0ca062 (patch) | |
| tree | 64424ef80289d108c33eefd3b304034377707e16 /lib/libfetch/fetch.h | |
| parent | d893c36a3568d5bf28a900078d6ce42922be6e58 (diff) | |
Notes
Diffstat (limited to 'lib/libfetch/fetch.h')
| -rw-r--r-- | lib/libfetch/fetch.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libfetch/fetch.h b/lib/libfetch/fetch.h index d56a1036a4629..319fca92b8472 100644 --- a/lib/libfetch/fetch.h +++ b/lib/libfetch/fetch.h @@ -47,6 +47,7 @@ struct url { off_t offset; size_t length; time_t ims_time; + int netrcfd; }; struct url_stat { |
