Navigation Menu

Skip to content

Commit

Permalink
Add "since" comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 16, 2014
1 parent 729a1d6 commit dd4d159
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions include/groonga.h
Expand Up @@ -215,8 +215,10 @@ struct _grn_ctx {

#define GRN_CTX_USER_DATA(ctx) (&((ctx)->user_data))

#define GRN_CTX_USE_QL (0x03) /* Deprecated. Don't use it. */
#define GRN_CTX_BATCH_MODE (0x04) /* Deprecated. Don't use it. */
/* Deprecated since 4.0.3. Don't use it. */
#define GRN_CTX_USE_QL (0x03)
/* Deprecated since 4.0.3. Don't use it. */
#define GRN_CTX_BATCH_MODE (0x04)
#define GRN_CTX_PER_DB (0x08)

GRN_API grn_rc grn_ctx_init(grn_ctx *ctx, int flags);
Expand Down

0 comments on commit dd4d159

Please sign in to comment.