summaryrefslogtreecommitdiff
path: root/tools/build/v2/engine/search.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/build/v2/engine/search.h')
-rw-r--r--tools/build/v2/engine/search.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/build/v2/engine/search.h b/tools/build/v2/engine/search.h
new file mode 100644
index 0000000000..c364cac03b
--- /dev/null
+++ b/tools/build/v2/engine/search.h
@@ -0,0 +1,11 @@
+/*
+ * Copyright 1993, 1995 Christopher Seiwald.
+ *
+ * This file is part of Jam - see jam.c for Copyright information.
+ */
+
+/*
+ * search.h - find a target along $(SEARCH) or $(LOCATE)
+ */
+
+char *search( char *target, time_t *time, char **another_target, int file );