X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=rset%2Frstemp.c;h=aa886beab40343d123bb22a9dd6ec630abcd3667;hb=9d5bfe73fd06d99c306f91860a322aece5b6f4fc;hp=3b29b7caf50fd8398655f5466ed9a06a8deeff25;hpb=ecb3935e78cd9bcfdebafdee0834cfb1060d7b5e;p=idzebra-moved-to-github.git diff --git a/rset/rstemp.c b/rset/rstemp.c index 3b29b7c..aa886be 100644 --- a/rset/rstemp.c +++ b/rset/rstemp.c @@ -1,5 +1,5 @@ -/* $Id: rstemp.c,v 1.66 2006-05-10 08:13:34 adam Exp $ - Copyright (C) 1995-2005 +/* $Id: rstemp.c,v 1.67 2006-06-06 21:01:31 adam Exp $ + Copyright (C) 1995-2006 Index Data ApS This file is part of the Zebra server. @@ -81,8 +81,8 @@ struct rfd_private { static int log_level = 0; static int log_level_initialized = 0; -RSET rstemp_create(NMEM nmem, struct rset_key_control *kcontrol, - int scope, const char *temp_path, TERMID term) +RSET rset_create_temp(NMEM nmem, struct rset_key_control *kcontrol, + int scope, const char *temp_path, TERMID term) { RSET rnew = rset_create_base(&control, nmem, kcontrol, scope, term, 0, 0);