Move replace functions from logic to core (bug 4406 part 7, r=fyren).

This commit is contained in:
David Anderson
2010-05-14 20:04:30 -07:00
parent 9137e92c09
commit d80191df3d
11 changed files with 211 additions and 206 deletions
+3 -1
View File
@@ -74,7 +74,9 @@ static sm_logic_t logic =
UTIL_CRC32,
stristr,
CoreTranslate,
AddCorePhraseFile
AddCorePhraseFile,
UTIL_ReplaceAll,
UTIL_ReplaceEx
};
static void logic_init(const sm_core_t* core, sm_logic_t* _logic)