summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1994-09-06 23:48:36 +0000
committerRoland McGrath <roland@redhat.com>1994-09-06 23:48:36 +0000
commitbe6e6d74bb7a9a1527841e063c00022d05dd9030 (patch)
tree7ec52ee6332804f3529c0cf0881ef042e3cdf592
parent4c0fef3dd76059581ece6181227f16792001bb40 (diff)
downloadgunmake-be6e6d74bb7a9a1527841e063c00022d05dd9030.tar.gz
Declare set_command_state.
-rw-r--r--file.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/file.h b/file.h
index 5438554..160bf4f 100644
--- a/file.h
+++ b/file.h
@@ -85,6 +85,7 @@ extern struct file *default_goal_file, *suffix_file, *default_file;
extern struct file *lookup_file (), *enter_file ();
extern void remove_intermediates (), snap_deps ();
extern void rename_file (), file_hash_enter ();
+extern void set_command_state ();
extern time_t f_mtime ();