summaryrefslogtreecommitdiff
path: root/findcmd.h
diff options
context:
space:
mode:
Diffstat (limited to 'findcmd.h')
-rw-r--r--findcmd.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/findcmd.h b/findcmd.h
index bc4a41af..34b49149 100644
--- a/findcmd.h
+++ b/findcmd.h
@@ -39,4 +39,9 @@ extern char *search_for_command __P((const char *, int));
extern char *user_command_matches __P((const char *, int, int));
extern void setup_exec_ignore __P((char *));
+extern int dot_found_in_search;
+
+/* variables managed via shopt */
+extern int check_hashed_filenames;
+
#endif /* _FINDCMD_H_ */