X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Fkinput.c;h=5469b5058ab1924cfe399c4909519478c52e301d;hb=9eaf65aa25be411fbd6298292f5ad7a7df7083ed;hp=1e9e9a5f836ae786005f3ba838c98ff93946ed1e;hpb=388742fccf1ecb74c539c70fd1ac7f15f329932a;p=idzebra-moved-to-github.git diff --git a/index/kinput.c b/index/kinput.c index 1e9e9a5..5469b50 100644 --- a/index/kinput.c +++ b/index/kinput.c @@ -1,5 +1,5 @@ -/* $Id: kinput.c,v 1.75 2006-05-17 17:46:45 adam Exp $ - Copyright (C) 1995-2005 +/* $Id: kinput.c,v 1.77 2006-10-29 17:20:01 adam Exp $ + Copyright (C) 1995-2006 Index Data ApS This file is part of the Zebra server. @@ -15,9 +15,9 @@ 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 Zebra; see the file LICENSE.zebra. If not, write to the -Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with this program; if not, write to the Free Software +Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ #include @@ -258,7 +258,7 @@ struct heap_info { int no_iterations; }; -static struct heap_info *key_heap_malloc() +static struct heap_info *key_heap_malloc(void) { /* malloc and clear it */ struct heap_info *hi; hi = (struct heap_info *) xmalloc (sizeof(*hi));