Moved definitions of nmem_block and nmem_control.
[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.3  1997-05-14 06:53:54  adam
8  * C++ support.
9  *
10  * Revision 1.2  1996/02/20 17:58:09  adam
11  * Added const to yaz_matchstr.
12  *
13  * Revision 1.1  1996/02/20  16:32:49  quinn
14  * Created util file.
15  *
16  *
17  */
18
19 #ifndef YAZ_UTIL_H
20 #define YAZ_UTIL_H
21
22 #ifdef __cplusplus
23 extern "C" {
24 #endif
25
26 int yaz_matchstr(const char *s1, const char *s2);
27
28 #ifdef __cplusplus
29 }
30 #endif
31
32 #endif