]> sjero.net Git - wget/blobdiff - src/netrc.h
[svn] Update FSF's address and copyright years.
[wget] / src / netrc.h
index c2bcb068b084ea5e657293e7851919bb0d3fb3ed..8e352cc25f4c43cc267f4daad3c02ace8a486e3e 100644 (file)
@@ -1,5 +1,5 @@
 /* Declarations for netrc.c
-   Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
+   Copyright (C) 1996, 1996, 1997 Free Software Foundation, Inc.
 
 This file is part of GNU Wget.
 
@@ -14,8 +14,8 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with Wget; if not, write to the Free Software
-Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+along with Wget; if not, write to the Free Software Foundation, Inc.,
+51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
 
 In addition, as a special exception, the Free Software Foundation
 gives permission to link the code of its release of Wget with the
@@ -39,7 +39,7 @@ typedef struct _acc_t
   struct _acc_t *next;
 } acc_t;
 
-void search_netrc PARAMS((const char *, const char **, const char **, int));
-void free_netrc PARAMS((acc_t *l));
+void search_netrc (const char *, const char **, const char **, int);
+void free_netrc (acc_t *l);
 
 #endif /* NETRC_H */