diff options
Diffstat (limited to 'include/my_compare.h')
-rw-r--r-- | include/my_compare.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/my_compare.h b/include/my_compare.h index 4387105aff8..0f48771d7a7 100644 --- a/include/my_compare.h +++ b/include/my_compare.h @@ -152,5 +152,6 @@ typedef enum icp_result { } ICP_RESULT; typedef ICP_RESULT (*index_cond_func_t)(void *param); +typedef int (*rowid_filter_func_t)(void *param); #endif /* _my_compare_h */ |