X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=src%2Frecord.h;h=f2761f5cb8b9c085a740843549b9ae80059f6125;hb=b22c4ae2c14eb5d2b991e6233cdea2a9fd7dcf6c;hp=fb6f8e121e07d6894d9f14972f85120048221abf;hpb=446f32183265d59ee79e2859376c598fa24408e0;p=pazpar2-moved-to-github.git diff --git a/src/record.h b/src/record.h index fb6f8e1..f2761f5 100644 --- a/src/record.h +++ b/src/record.h @@ -1,5 +1,5 @@ /* This file is part of Pazpar2. - Copyright (C) 2006-2012 Index Data + Copyright (C) 2006-2013 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 @@ -28,6 +28,7 @@ union data_types { struct { const char *disp; const char *sort; + const char *snippet; } text; struct { int min;