X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Freclists.h;h=26ddd4bb017141efc660a635d82c520aa16e3607;hb=646158a86d80e5ef0221ef7d7ce2cfc6ba31eacc;hp=bc02f107e26939aae795e1e924e8c578caf5842c;hpb=f6f232081df89d867621187764818ea777178e82;p=pazpar2-moved-to-github.git diff --git a/src/reclists.h b/src/reclists.h index bc02f10..26ddd4b 100644 --- a/src/reclists.h +++ b/src/reclists.h @@ -1,5 +1,5 @@ /* This file is part of Pazpar2. - Copyright (C) 2006-2010 Index Data + Copyright (C) 2006-2011 Index Data Pazpar2 is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -31,6 +31,7 @@ struct reclist_sortparms int offset; enum conf_sortkey_type type; int increasing; + char *name; struct reclist_sortparms *next; };