Created util file.
[yaz-moved-to-github.git] / include / yaz-util.h
diff --git a/include/yaz-util.h b/include/yaz-util.h
new file mode 100644 (file)
index 0000000..94ef3a1
--- /dev/null
@@ -0,0 +1,18 @@
+/*
+ * Copyright (c) 1995, Index Data.
+ * See the file LICENSE for details.
+ * Sebastian Hammer, Adam Dickmeiss
+ *
+ * $Log: yaz-util.h,v $
+ * Revision 1.1  1996-02-20 16:32:49  quinn
+ * Created util file.
+ *
+ *
+ */
+
+#ifndef YAZ_UTIL_H
+#define YAZ_UTIL_H
+
+int yaz_matchstr(char *s1, char *s2);
+
+#endif