X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Frstemp.h;h=edf1c4bb7c30666508db8fb12c7777d3f6bc7b3b;hb=2e4e9c6def27f1e1463dcb6f205fab6a98054f38;hp=be4795d63a2de80a6bcdf51144af7a08dbfabcc7;hpb=896c0427df9d8eff5de6a1735dcd992e067df844;p=idzebra-moved-to-github.git diff --git a/include/rstemp.h b/include/rstemp.h index be4795d..edf1c4b 100644 --- a/include/rstemp.h +++ b/include/rstemp.h @@ -1,4 +1,4 @@ -/* $Id: rstemp.h,v 1.8 2002-08-02 19:26:55 adam Exp $ +/* $Id: rstemp.h,v 1.9 2004-01-22 11:27:21 adam Exp $ Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002 Index Data Aps @@ -37,7 +37,7 @@ typedef struct rset_temp_parms { int (*cmp)(const void *p1, const void *p2); int key_size; - char *temp_path; + const char *temp_path; RSET_TERM rset_term; } rset_temp_parms;