Update copyright year + FSF address
[idzebra-moved-to-github.git] / include / idzebra / bfile.h
index 91630d8..3161f04 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: bfile.h,v 1.7 2006-05-05 09:14:02 adam Exp $
+/* $Id: bfile.h,v 1.10 2006-08-14 10:40:14 adam Exp $
    Copyright (C) 1995-2006
    Index Data ApS
 
@@ -15,9 +15,9 @@ FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
 for more details.
 
 You should have received a copy of the GNU General Public License
-along with Zebra; see the file LICENSE.zebra.  If not, write to the
-Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.
+along with this program; if not, write to the Free Software
+Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+
 */
 
 /** \file bfile.h
@@ -194,7 +194,8 @@ int bf_free(BFile bf, int no, const zint *blocks);
    Note that if a register area has unlimited size, that is represented
    as max_bytes = -1.
 
-*/ 
+*/
+YAZ_EXPORT
 int bfs_register_directory_stat(BFiles bfs, int no, const char **directory,
                                double *used_bytes, double *max_bytes);
 
@@ -212,9 +213,18 @@ int bfs_register_directory_stat(BFiles bfs, int no, const char **directory,
    Note that if a shadow area has unlimited size, that is represented
    as max_bytes = -1.
 */ 
+YAZ_EXPORT
 int bfs_shadow_directory_stat(BFiles bfs, int no, const char **directory,
                              double *used_bytes, double *max_bytes);
 
 YAZ_END_CDECL
 
 #endif
+/*
+ * Local variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ * vim: shiftwidth=4 tabstop=8 expandtab
+ */
+