X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Fprt-ext.h;h=1ed0de369cf1a2fd34ebdf1f7ad674a73753a0ac;hp=be28a40393a04d53995ceeb38d34ad8cc73d6e4d;hb=544bbfdbc1da539b17542d740d25b154ebb4c182;hpb=8bb4b0631ee0f06de1cf065541bbf9537c04d726 diff --git a/include/yaz/prt-ext.h b/include/yaz/prt-ext.h index be28a40..1ed0de3 100644 --- a/include/yaz/prt-ext.h +++ b/include/yaz/prt-ext.h @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2009 Index Data. + * Copyright (C) 1995-2010 Index Data. * All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -97,6 +97,7 @@ struct Z_External #define Z_External_periodicQuerySchedule 31 #define Z_External_exportSpecification 32 #define Z_External_exportInvocation 33 +#define Z_External_userFacets 34 union { /* Generic types */ @@ -142,6 +143,7 @@ struct Z_External Z_PQSPeriodicQuerySchedule *periodicQuerySchedule; Z_ESExportSpecification *exportSpecification; Z_EIExportInvocation *exportInvocation; + Z_FacetList *facetList; } u; };