dthelp: Change to ANSI function definitions
[oweals/cde.git] / cde / programs / dtmail / dtmail / FindDialog.h
index b3dc141dbdfecca99f3cc91a43dc80341e254d02..2b99d44b13948f73664d688831e0036c5e60968b 100644 (file)
@@ -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);