[Groonga-commit] groonga/groonga [master] hid grn_dat_curr_id() and grn_dat_truncate()

Back to archive index

null+****@clear***** null+****@clear*****
2011年 11月 9日 (水) 13:18:06 JST


Daijiro MORI	2011-11-09 04:18:06 +0000 (Wed, 09 Nov 2011)

  New Revision: 7e92017628d477145cd6e3a980bc5dea9fe74780

  Log:
    hid grn_dat_curr_id() and grn_dat_truncate()

  Modified files:
    include/groonga.h
    lib/dat.h

  Modified: include/groonga.h (+0 -4)
===================================================================
--- include/groonga.h    2011-11-09 02:20:05 +0000 (54f5238)
+++ include/groonga.h    2011-11-09 04:18:06 +0000 (4db16b2)
@@ -2708,10 +2708,6 @@ GRN_API int grn_dat_cursor_get_key(grn_ctx *ctx, grn_dat_cursor *c, const void *
 GRN_API grn_rc grn_dat_cursor_delete(grn_ctx *ctx, grn_dat_cursor *c,
                                      grn_table_delete_optarg *optarg);
 
-grn_id grn_dat_curr_id(grn_ctx *ctx, grn_dat *dat);
-
-grn_rc grn_dat_truncate(grn_ctx *ctx, grn_dat *dat);
-
 #ifdef __cplusplus
 }
 #endif

  Modified: lib/dat.h (+4 -0)
===================================================================
--- lib/dat.h    2011-11-09 02:20:05 +0000 (bc26100)
+++ lib/dat.h    2011-11-09 04:18:06 +0000 (91c95ae)
@@ -54,6 +54,10 @@ struct _grn_dat_cursor {
   grn_id curr_rec;
 };
 
+grn_id grn_dat_curr_id(grn_ctx *ctx, grn_dat *dat);
+
+grn_rc grn_dat_truncate(grn_ctx *ctx, grn_dat *dat);
+
 const char *_grn_dat_key(grn_ctx *ctx, grn_dat *dat, grn_id id, uint32_t *key_size);
 
 #ifdef __cplusplus




Groonga-commit メーリングリストの案内
Back to archive index