X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Frecord.h;h=ada04d26e1173c8196fcd4919311ef963bcdc6bf;hb=fb19bc317370b4f4b508088b034b4c2d19257042;hp=b06ad1438e0cff73d9cada3ecafbfc092f8a4d9e;hpb=4fa5ef817d20e5b626751b8b12934453bb438cfd;p=pazpar2-moved-to-github.git diff --git a/src/record.h b/src/record.h index b06ad14..ada04d2 100644 --- a/src/record.h +++ b/src/record.h @@ -34,6 +34,7 @@ union data_types { int min; int max; } number; + double fnumber; };