[fix] moving constant

This commit is contained in:
Al
2015-05-18 14:25:21 -04:00
parent eecee39904
commit 9d309ca9d3
2 changed files with 2 additions and 3 deletions

View File

@@ -13,6 +13,8 @@ extern "C" {
#include "utf8proc/utf8proc.h"
#include "vector.h"
#define MAX_UTF8_CHAR_SIZE 4
// NOTE: this particular implementation works only for ASCII strings
int string_compare_case_insensitive(const char *str1, const char *str2);
int string_compare_n_case_insensitive(const char *str1, const char *str2, size_t len);