dee-index.h   dee-index.h 
skipping to change at line 140 skipping to change at line 140
* Flags passed to dee_index_lookup() to control how matching is done. * Flags passed to dee_index_lookup() to control how matching is done.
* Note that it is not required that index backends support more than just * Note that it is not required that index backends support more than just
* #DEE_TERM_MATCH_EXACT. * #DEE_TERM_MATCH_EXACT.
* *
* You can query for the supported flags with * You can query for the supported flags with
* dee_index_get_supported_term_match_flags(). * dee_index_get_supported_term_match_flags().
*/ */
typedef enum typedef enum
{ {
DEE_TERM_MATCH_EXACT = 0, DEE_TERM_MATCH_EXACT = 0,
DEE_TERM_MATCH_PREFIX = 1 << 1, DEE_TERM_MATCH_PREFIX = 1 << 1
} DeeTermMatchFlag; } DeeTermMatchFlag;
/** /**
* DeeIndex: * DeeIndex:
* *
* All fields in the DeeIndex structure are private and should never be * All fields in the DeeIndex structure are private and should never be
* accessed directly * accessed directly
*/ */
struct _DeeIndex struct _DeeIndex
{ {
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/