X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=rset%2Frstemp.c;h=f15200b3b550e1683bc0dc98a70b80523d3799bc;hp=afdeb54fb6b114aaff7378e685ea696ccc3cac63;hb=726c42c6ae793b79a5351d2fce805d220d21321e;hpb=9410013db1ff20d37f25b4b62231be8f95f16615 diff --git a/rset/rstemp.c b/rset/rstemp.c index afdeb54..f15200b 100644 --- a/rset/rstemp.c +++ b/rset/rstemp.c @@ -1,4 +1,4 @@ -/* $Id: rstemp.c,v 1.48 2004-09-01 15:01:32 heikki Exp $ +/* $Id: rstemp.c,v 1.49 2004-09-09 10:08:06 heikki Exp $ Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003 Index Data Aps @@ -79,9 +79,10 @@ struct rset_temp_rfd { }; RSET rstemp_create( NMEM nmem, const struct key_control *kcontrol, + int scope, const char *temp_path) { - RSET rnew=rset_create_base(&control, nmem, kcontrol); + RSET rnew=rset_create_base(&control, nmem, kcontrol, scope); struct rset_temp_info *info; info = (struct rset_temp_info *) nmem_malloc(rnew->nmem, sizeof(*info));