Expanded tabs in all source files. Added vim/emacs local variables
[yazpp-moved-to-github.git] / include / yaz++ / cql2rpn.h
index 19c2305..6d0454d 100644 (file)
@@ -2,7 +2,7 @@
  * Copyright (c) 1998-2004, Index Data.
  * See the file LICENSE for details.
  * 
- * $Id: cql2rpn.h,v 1.2 2005-06-02 06:40:20 adam Exp $
+ * $Id: cql2rpn.h,v 1.3 2005-06-25 15:53:19 adam Exp $
  */
 
 #include <yaz/cql.h>
@@ -15,9 +15,17 @@ class YAZ_EXPORT Yaz_cql2rpn {
     ~Yaz_cql2rpn();
     void set_pqf_file(const char *fname);
     int query_transform(const char *cql, Z_RPNQuery **rpnquery, ODR o,
-                       char **addinfop);
+                        char **addinfop);
  private:
     cql_transform_t m_transform;
 };
 };
 
+/*
+ * Local variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ * vim: shiftwidth=4 tabstop=8 expandtab
+ */
+