8da0176b15397dbe149f818ac7484d1ce89bf098
[idzebra-moved-to-github.git] / isam / keyops.h
1 /*
2  * Copyright (C) 1994-1999, Index Data
3  * All rights reserved.
4  * Sebastian Hammer, Adam Dickmeiss
5  *
6  * $Log: keyops.h,v $
7  * Revision 1.2  1999-02-02 14:51:19  adam
8  * Updated WIN32 code specific sections. Changed header.
9  *
10  * Revision 1.1  1994/09/26 16:07:55  quinn
11  * Most of the functionality in place.
12  *
13  */
14
15 #ifndef KEYOPS_H
16 #define KEYOPS_H
17
18 #define KEYOP_DELETE 0
19 #define KEYOP_INSERT 1
20
21 #endif