Do not build for Ubuntu raring, quantal (obsolete)
[idzebra-moved-to-github.git] / include / zebramap.h
index 58feb56..4bbcbb7 100644 (file)
@@ -1,8 +1,5 @@
-/* $Id: zebramap.h,v 1.29 2007-12-10 17:06:07 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) 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
@@ -38,6 +35,9 @@ YAZ_EXPORT
 ZEBRA_RES zebra_maps_read_file(zebra_maps_t zms, const char *fname);
 
 YAZ_EXPORT
+void zebra_maps_define_default_sort(zebra_maps_t zms);
+
+YAZ_EXPORT
 void zebra_maps_close(zebra_maps_t zm);
 
 YAZ_EXPORT
@@ -109,6 +109,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