dnl yazproxy, Index Data 1994-2007
dnl See the file LICENSE for details.
-dnl $Id: configure.ac,v 1.15 2007-03-20 16:23:42 adam Exp $
+dnl $Id: configure.ac,v 1.16 2007-05-08 12:05:08 adam Exp $
AC_PREREQ(2.59)
AC_INIT([yazproxy],[1.3.0],[adam@indexdata.dk])
AC_CONFIG_SRCDIR(configure.ac)
AC_HEADER_STDC
AM_PROG_LIBTOOL
-YAZPP_INIT(threads,1.0.1)
+YAZPP_INIT([threads],[1.0.3])
if test -z "$YAZPPLIB"; then
AC_MSG_ERROR([YAZ++ development libraries missing])
fi
-/* $Id: proxy.h,v 1.38 2007-04-12 18:18:42 adam Exp $
+/* $Id: proxy.h,v 1.39 2007-05-08 12:05:08 adam Exp $
Copyright (c) 1998-2007, Index Data.
This file is part of the yazproxy.
char *m_schema;
char *m_backend_type;
char *m_backend_charset;
- int m_frontend_type[OID_SIZE];
+ Odr_oid m_frontend_type[OID_SIZE];
void convert_to_frontend_type(Z_NamePlusRecordList *p);
void convert_to_marcxml(Z_NamePlusRecordList *p, const char *charset);
void convert_records_charset(Z_NamePlusRecordList *p, const char *charset);
-/* $Id: yaz-proxy-config.cpp,v 1.36 2007-04-12 20:50:10 adam Exp $
+/* $Id: yaz-proxy-config.cpp,v 1.37 2007-05-08 12:05:09 adam Exp $
Copyright (c) 1998-2007, Index Data.
This file is part of the yazproxy.
}
else if (syntax)
{
- int *match_oid
+ Odr_oid *match_oid
= yaz_string_to_oid_odr(yaz_oid_std(),
CLASS_RECSYN, match_type,
odr);
-/* $Id: yaz-proxy.cpp,v 1.76 2007-05-02 09:18:27 adam Exp $
+/* $Id: yaz-proxy.cpp,v 1.77 2007-05-08 12:05:09 adam Exp $
Copyright (c) 1998-2007, Index Data.
This file is part of the yazproxy.
if (npr->which == Z_NamePlusRecord_databaseRecord)
{
Z_External *r = npr->u.databaseRecord;
- const int *oid = r->direct_reference;
+ const Odr_oid *oid = r->direct_reference;
if (!oid)
continue;