4c173fd85100a1abc0934024b37c8ce40c967d27
[idzebra-moved-to-github.git] / isam / isutil.h
1 /*
2  * Copyright (C) 1994-1999, Index Data
3  * All rights reserved.
4  * Sebastian Hammer, Adam Dickmeiss
5  *
6  * $Log: isutil.h,v $
7  * Revision 1.2  1999-02-02 14:51:18  adam
8  * Updated WIN32 code specific sections. Changed header.
9  *
10  * Revision 1.1  1994/09/12 08:02:14  quinn
11  * Not functional yet
12  *
13  */
14
15 /*
16  * Small utilities needed by the isam system. Some or all of these
17  * may move to util/ along the way.
18  */
19
20 #ifndef ISUTIL_H
21 #define ISUTIL_H
22
23 char *strconcat(const char *s1, ...);
24
25 int is_default_cmp(const void *k1, const void *k2); /* compare function */
26
27 #endif