--- iwebstream.H.bak	Wed Jun  6 21:57:35 2007
+++ iwebstream.H	Thu Jun  7 09:12:28 2007
@@ -66,9 +66,9 @@
     return !operator==(x);};
 
   //find the next occurance of s, set position to point to it
-  bool iwebstream::find(const string & s);
+  bool find(const string & s);
   //find the next occurance of s, set position to point past it
-  bool iwebstream::findAndPass(const string & s);
+  bool findAndPass(const string & s);
 
   //return whatever is between the next begin & end. If begin is not found,
   // return ""
