X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?p=YACASL2.git;a=blobdiff_plain;f=include%2Fstruct.h;fp=include%2Fstruct.h;h=54a2418b94240ff0e9bfe80983d4fba93fb8083c;hp=c806e5785be23b3a7353d2c4e2a6bf338c658ea7;hb=03e322484530da78d796401413d9f5f493d95345;hpb=473906d23322ef829ee8dad807895235d645981c diff --git a/include/struct.h b/include/struct.h index c806e57..54a2418 100644 --- a/include/struct.h +++ b/include/struct.h @@ -149,7 +149,7 @@ void free_cmdtype_code(); /** * コードがキーの命令ハッシュ表を作成する */ -bool create_code_type(); +bool create_code_cmdtype(); /** * 命令コードから命令の関数ポインタを返す @@ -159,6 +159,6 @@ const void (*getcmdptr(WORD code)); /** * コードがキーの命令ハッシュ表を解放する */ -void free_code_type(); +void free_code_cmdtype(); #endif /* YACASL2_CASL2_INCLUDEDの終端 */