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

This commit is contained in:
beard%netscape.com 2000-04-30 14:56:31 +00:00
parent e863459fb5
commit 2d4c0ff91a
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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;