Kouhei Sutou
null+****@clear*****
Thu Oct 4 10:24:32 JST 2012
Kouhei Sutou 2011-06-09 16:38:21 +0900 (Thu, 09 Jun 2011) New Revision: 74cdf3b2c5069da1ca574cbed85ae02d271e7188 https://github.com/mroonga/mroonga/commit/74cdf3b2c5069da1ca574cbed85ae02d271e7188 Log: util -> sys. Modified files: mrn_sys.h Modified: mrn_sys.h (+3 -3) =================================================================== --- mrn_sys.h 2011-06-09 16:31:40 +0900 (df968dd) +++ mrn_sys.h 2011-06-09 16:38:21 +0900 (b28d3ac) @@ -15,8 +15,8 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#ifndef _mrn_util_h -#define _mrn_util_h +#ifndef _mrn_sys_h +#define _mrn_sys_h #include <groonga.h> @@ -43,4 +43,4 @@ char *mrn_db_name_gen(const char *arg, char *dest); char *mrn_table_name_gen(const char *arg, char *dest); char *mrn_index_name_gen(const char *arg, int idx, char *dest); -#endif /* _mrn_util_h */ +#endif /* _mrn_sys_h */ -------------- next part -------------- HTML����������������������������...Download