Use isamb_pp_forward2 as the isamb forward function.
[idzebra-moved-to-github.git] / include / idzebra / isamb.h
index d42a1ef..c2f48bf 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: isamb.h,v 1.9 2006-12-18 23:40:07 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: isamb.h,v 1.10 2007-01-15 20:08:24 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
@@ -53,8 +53,6 @@ int isamb_pp_read(ISAMB_PP pp, void *buf);
 
 YAZ_EXPORT
 int isamb_pp_forward(ISAMB_PP pp, void *buf, const void *untilbuf);
-YAZ_EXPORT
-int isamb_pp_forward2(ISAMB_PP pp, void *buf, const void *untilbuf);
 
 YAZ_EXPORT
 void isamb_pp_pos(ISAMB_PP pp, double *current, double *total);