more places where we can use cm_lengths;
[citadel.git] / citadel / support.h
index 582e9c3360618131cfc6fedf6e800c5a13884bdc..50901df8a74b343d6cdddad24f10e17f0c49e9e1 100644 (file)
@@ -1,5 +1,6 @@
-/* $Id$ */
+#include <stdio.h>
+
 void strproc (char *string);
 int getstring (FILE *fp, char *string);
-int pattern2 (char *search, char *patn);
-void mesg_locate (char *targ, char *searchfor, int numdirs, char **dirs);
+void mesg_locate (char *targ, size_t n, const char *searchfor,
+                 int numdirs, const char * const *dirs);