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