X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=kagecgi%2Fkagecgi.h;h=77b4735a7207cdd1eed0b135d0af67dd09b8b625;hb=5c1e47abd379c9933380b515fe5c88ea97d14df8;hp=ed1e55afb80f16e644c6df8987e4f87592b52d08;hpb=704aa23e5113bba0db4fcd3a33a0e7ed157732a4;p=chise%2Fkage.git diff --git a/kagecgi/kagecgi.h b/kagecgi/kagecgi.h index ed1e55a..77b4735 100755 --- a/kagecgi/kagecgi.h +++ b/kagecgi/kagecgi.h @@ -70,7 +70,8 @@ void combineYoko2(const KGString *parts1, const KGString *parts3, int *result); void combineYoko3(const KGString *parts1, const KGString *parts2, const KGString *parts3, int *result); void combineTate2(const KGString *parts1, const KGString *parts3, int *result); void combineTate3(const KGString *parts1, const KGString *parts2, const KGString *parts3, int *result); -void combineHame2(const KGString *parts1, const KGString *parts3, int *result, int surround); +void combineHame2(KGString *parts1, KGString *parts3, int *result, int surround); +//void combineHame2(const KGString *parts1, const KGString *parts3, int *result, int surround); int initDB(); int closeDB();