*** empty log message ***

git-svn-id: svn://10.65.10.50/trunk@11858 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
alex 2004-03-13 09:45:16 +00:00
parent 5a4e83275c
commit c2663feef9
2 changed files with 3 additions and 1 deletions

View File

@ -2,7 +2,7 @@
#ifdef LINUX
#include "xvt_type.h"
#include "../include/incstr.h"
#include "incstr.h"
#else
#include <fstream.h>
#endif

View File

@ -273,6 +273,8 @@ XVTDLL int xvt_str_compare_ignoring_case (const char* s1, const char* s2);
XVTDLL char* xvt_str_duplicate(const char* str);
XVTDLL BOOLEAN xvt_str_match(const char* str, const char* pat, BOOLEAN case_sensitive);
XVTDLL double xvt_str_fuzzy_compare (const char* s1, const char* s2);
XVTDLL void xvt_str_make_upper(const char* str);
XVTDLL void xvt_str_make_lower(const char* str);
// System calls by XVAGA
XVTDLL void xvt_sys_beep(int severity);