Added const to yaz_matchstr.
[yaz-moved-to-github.git] / include / yaz-util.h
1 /*
2  * Copyright (c) 1995, Index Data.
3  * See the file LICENSE for details.
4  * Sebastian Hammer, Adam Dickmeiss
5  *
6  * $Log: yaz-util.h,v $
7  * Revision 1.2  1996-02-20 17:58:09  adam
8  * Added const to yaz_matchstr.
9  *
10  * Revision 1.1  1996/02/20  16:32:49  quinn
11  * Created util file.
12  *
13  *
14  */
15
16 #ifndef YAZ_UTIL_H
17 #define YAZ_UTIL_H
18
19 int yaz_matchstr(const char *s1, const char *s2);
20
21 #endif