Happy new year.
[idzebra-moved-to-github.git] / include / idzebra / isamb.h
index aa17bd4..7825f9b 100644 (file)
@@ -1,8 +1,5 @@
-/* $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.
+/* This file is part of the Zebra server.
+   Copyright (C) 1994-2011 Index Data
 
 Zebra is free software; you can redistribute it and/or modify it under
 the terms of the GNU General Public License as published by the Free
@@ -53,8 +50,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);
@@ -101,6 +96,7 @@ YAZ_END_CDECL
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab