diff options
Diffstat (limited to 'src/connect.h')
-rw-r--r-- | src/connect.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/connect.h b/src/connect.h index fec2405..a2673c0 100644 --- a/src/connect.h +++ b/src/connect.h @@ -1,5 +1,6 @@ /* Declarations for connect. - Copyright (C) 1996-2011, 2015, 2018 Free Software Foundation, Inc. + Copyright (C) 1996-2011, 2015, 2018-2019 Free Software Foundation, + Inc. This file is part of GNU Wget. @@ -77,5 +78,6 @@ int fd_write (int, char *, int, double); int fd_peek (int, char *, int, double); const char *fd_errstr (int); void fd_close (int); +void connect_cleanup (void); #endif /* CONNECT_H */ |