HAYASHI Kentaro
null+****@clear*****
Tue Oct 9 17:05:17 JST 2012
HAYASHI Kentaro 2012-10-09 17:05:17 +0900 (Tue, 09 Oct 2012) New Revision: 9305beba18b9b20d405b5e75c9d90a387fa22a28 https://github.com/groonga/groonga/commit/9305beba18b9b20d405b5e75c9d90a387fa22a28 Log: Export grn_obj_get_value_() refs #1496 Note: grn_obj_get_value_() is not recommended to use. This function is still decla****@db***** in this purpose. for groonga developper: The groonga.h is installed, but db.h is not. The symbol (grn_obj_get_value_) is exported. This constrain a few person who know how to link with can use it. for groonga user: This function is not decla****@groon*****, the advanced user who willing to follow API changes only use it. Modified files: lib/db.h Modified: lib/db.h (+1 -1) =================================================================== --- lib/db.h 2012-10-09 16:34:00 +0900 (3bb8fa0) +++ lib/db.h 2012-10-09 17:05:17 +0900 (5d9d792) @@ -245,7 +245,7 @@ enum { #define DB_OBJ(obj) ((grn_db_obj *)obj) -const char *grn_obj_get_value_(grn_ctx *ctx, grn_obj *obj, grn_id id, uint32_t *size); +GRN_API const char *grn_obj_get_value_(grn_ctx *ctx, grn_obj *obj, grn_id id, uint32_t *size); /* vector */ -------------- next part -------------- HTML����������������������������...Download