Expanded tabs in all source files. Added vim/emacs local variables
[yaz-moved-to-github.git] / src / odr-priv.h
index 0d22c09..abc355a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1995-2004, Index Data.
+ * Copyright (C) 1995-2005, Index Data ApS
  *
  * Permission to use, copy, modify, distribute, and sell this software and
  * its documentation, in whole or in part, for any purpose, is hereby granted,
  * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
  * OF THIS SOFTWARE.
  *
- * $Id: odr-priv.h,v 1.3 2004-08-13 07:30:06 adam Exp $
+ * $Id: odr-priv.h,v 1.6 2005-06-25 15:46:04 adam Exp $
+ */
+
+/**
+ * \file odr-priv.h
+ * \brief Internal ODR definitions
  */
 
 #ifndef ODR_PRIV_H
@@ -66,7 +71,7 @@ struct Odr_private {
     int error_id;
     char element[80];
     void (*stream_write)(ODR o, void *handle, int type,
-                        const char *buf, int len);
+                         const char *buf, int len);
     void (*stream_close)(void *handle);
 };
 
@@ -108,3 +113,11 @@ struct Odr_private {
 )
 
 #endif
+/*
+ * Local variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ * vim: shiftwidth=4 tabstop=8 expandtab
+ */
+