Added function declarations for functions inside (stricmp) and added object name reverse lookup.

This commit is contained in:
skarg
2009-08-25 04:11:29 +00:00
parent 3de2b92216
commit 8934371821
3 changed files with 20 additions and 0 deletions
+7
View File
@@ -99,6 +99,13 @@ extern "C" {
unsigned indtext_count(
INDTEXT_DATA * data_list);
#if !defined(__BORLANDC__) && !defined(_MSC_VER)
int stricmp(
const char *s1,
const char *s2);
#endif
#ifdef TEST
#include "ctest.h"
void testIndexText(