(searchbuf): Declare here.
authorRichard M. Stallman <rms@gnu.org>
Thu, 25 Mar 1993 17:56:41 +0000 (17:56 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 25 Mar 1993 17:56:41 +0000 (17:56 +0000)
src/dired.c

index 9f38f79..0b9fa43 100644 (file)
@@ -68,6 +68,9 @@ extern struct direct *readdir ();
 
 #include "regex.h"
 
+/* A search buffer, with a fastmap allocated and ready to go.  */
+extern struct re_pattern_buffer searchbuf;
+
 #define min(a, b) ((a) < (b) ? (a) : (b))
 
 /* if system does not have symbolic links, it does not have lstat.