[Groonga-commit] groonga/groonga at 681c52c [master] Add a missing file

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Dec 25 16:36:44 JST 2017


Kouhei Sutou	2017-12-25 16:36:44 +0900 (Mon, 25 Dec 2017)

  New Revision: 681c52ce9b10a030d4c9d3b42313f806ba17c8ce
  https://github.com/groonga/groonga/commit/681c52ce9b10a030d4c9d3b42313f806ba17c8ce

  Message:
    Add a missing file

  Added files:
    lib/grn_column.h
  Modified files:
    lib/c_sources.am

  Modified: lib/c_sources.am (+1 -0)
===================================================================
--- lib/c_sources.am    2017-12-25 16:34:41 +0900 (3b76e6930)
+++ lib/c_sources.am    2017-12-25 16:36:44 +0900 (3ccbb58d7)
@@ -4,6 +4,7 @@ libgroonga_c_sources =				\
 	cache.c					\
 	grn_cache.h				\
 	column.c				\
+	grn_column.h				\
 	com.c					\
 	grn_com.h				\
 	command.c				\

  Added: lib/grn_column.h (+35 -0) 100644
===================================================================
--- /dev/null
+++ lib/grn_column.h    2017-12-25 16:36:44 +0900 (ca360a1a0)
@@ -0,0 +1,35 @@
+/* -*- c-basic-offset: 2 -*- */
+/*
+  Copyright(C) 2017 Brazil
+
+  This library is free software; you can redistribute it and/or
+  modify it under the terms of the GNU Lesser General Public
+  License as published by the Free Software Foundation; either
+  version 2.1 of the License, or (at your option) any later version.
+
+  This library is distributed in the hope that it will be useful,
+  but WITHOUT ANY WARRANTY; without even the implied warranty of
+  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+  Lesser General Public License for more details.
+
+  You should have received a copy of the GNU Lesser General Public
+  License along with this library; if not, write to the Free Software
+  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+*/
+
+#pragma once
+
+#include "grn_store.h"
+
+#ifdef  __cplusplus
+extern "C" {
+#endif
+
+struct _grn_column_cache {
+  grn_ra *ra;
+  grn_ra_cache ra_cache;
+};
+
+#ifdef __cplusplus
+}
+#endif
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20171225/fd461384/attachment-0001.htm 



More information about the Groonga-commit mailing list
Back to archive index