diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2007-06-10 08:22:15 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2007-06-10 08:22:15 +0000 |
commit | f10700efa117aebcade4e63bc8d4bcd55e466f7e (patch) | |
tree | 35b5014c770e9c93dee39a71f3d44a2133375c9b | |
parent | bcf29b2f175bce28ce52f07380305240c11f9339 (diff) | |
download | fetchmail-f10700efa117aebcade4e63bc8d4bcd55e466f7e.tar.gz fetchmail-f10700efa117aebcade4e63bc8d4bcd55e466f7e.tar.bz2 fetchmail-f10700efa117aebcade4e63bc8d4bcd55e466f7e.zip |
Update copyright, pull in fetchmail.h.
svn path=/branches/BRANCH_6-3/; revision=5104
-rw-r--r-- | mxget.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,11 +1,13 @@ /* * mxget.c -- fetch MX records for given DNS name * - * Copyright 1997 by Eric S. Raymond + * Copyright (C) 1996, 1997, 1998, 2000, 2002 by Eric S. Raymond + * Copyright (C) 2005, 2006, 2007 by Matthias Andree * For license terms, see the file COPYING in this directory. */ #include "config.h" +#include "fetchmail.h" #include <stdio.h> #ifdef HAVE_RES_SEARCH #include <string.h> |