X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Fsrw.h;h=36f08b3530260f9e67135895c35124c8ec7f3329;hb=8d57c383d5f05e759cb31b33a5b78b3cea2033d6;hp=42f93e2e6bcf354affeb7327c6c3de779a6073c7;hpb=163abf332e441c2d39cf6ee4e83bad169fa1c59c;p=yaz-moved-to-github.git diff --git a/include/yaz/srw.h b/include/yaz/srw.h index 42f93e2..36f08b3 100644 --- a/include/yaz/srw.h +++ b/include/yaz/srw.h @@ -2,7 +2,11 @@ * Copyright (c) 2002-2004, Index Data. * See the file LICENSE for details. * - * $Id: srw.h,v 1.15 2004-01-27 12:15:11 adam Exp $ + * $Id: srw.h,v 1.17 2004-10-15 00:18:59 adam Exp $ + */ +/** + * \file srw.h + * \brief Header for SRW/SRU */ #ifndef YAZ_SRW_H @@ -24,7 +28,7 @@ typedef struct { } Z_SRW_record; typedef struct { - char *code; + char *uri; char *details; char *message; } Z_SRW_diagnostic;