dthelp: Change to ANSI function definitions
[oweals/cde.git] / cde / programs / dtmail / dtmail / FindDialog.h
index 424e84bcca1d922e8758127b5dafc4f2ecfbcf3f..2b99d44b13948f73664d688831e0036c5e60968b 100644 (file)
@@ -16,7 +16,7 @@
  * details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with these librararies and programs; if not, write
+ * License along with these libraries and programs; if not, write
  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
  * Floor, Boston, MA 02110-1301 USA
  */
@@ -102,6 +102,11 @@ private:
 
   Boolean      compareMessage(DtMailMessageHandle        handle);
 
+  #if !defined(CSRG_BASED) && !defined(__linux__)
+  static const char * strcasestr(const char *str,
+                                const char *toFind);
+  #endif
+
   Boolean      compareHeader(DtMailEnv         & error,
                      DtMailValueSeq    & seq,
                      const char        * cmpToString);