Navigation Menu

Skip to content

Commit

Permalink
util -> sys.
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 9, 2011
1 parent 2e719b3 commit 74cdf3b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mrn_sys.h
Expand Up @@ -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>

Expand All @@ -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 */

0 comments on commit 74cdf3b

Please sign in to comment.