made startsWith() static, to fix no prototype warning.

This commit is contained in:
beard%netscape.com 2000-04-30 14:56:31 +00:00
Родитель a7d1d8240d
Коммит b8c58d5968
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -63,7 +63,7 @@ namespace Debugger {
/* return true if str2 starts with/is str1
* XXX ignore case */
bool
static bool
startsWith (const String &str1, const String &str2)
{
uint n;

Просмотреть файл

@ -63,7 +63,7 @@ namespace Debugger {
/* return true if str2 starts with/is str1
* XXX ignore case */
bool
static bool
startsWith (const String &str1, const String &str2)
{
uint n;