Fixes for perform_convert: use xmlParseMemory instead of xmlParseMemory
[idzebra-moved-to-github.git] / index / reckeys.h
index dd8e649..403c16a 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: reckeys.h,v 1.6 2006-10-29 17:20:01 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: reckeys.h,v 1.9 2007-01-15 20:08:25 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
@@ -23,6 +23,11 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 #ifndef RECKEYS_H
 #define RECKEYS_H
 
+#include <yaz/yconfig.h>
+#include "it_key.h"
+
+YAZ_BEGIN_CDECL
+
 typedef struct zebra_rec_keys_t_ *zebra_rec_keys_t;
 
 zebra_rec_keys_t zebra_rec_keys_open(void);
@@ -46,6 +51,8 @@ void zebra_rec_keys_get_buf(zebra_rec_keys_t p, char **buf, size_t *sz);
 void zebra_rec_keys_set_buf(zebra_rec_keys_t p, char *buf, size_t sz,
                            int copy_buf);
 
+YAZ_END_CDECL
+
 #endif
 /*
  * Local variables: