summaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h
index 2913b15..2f81c78 100644
--- a/src/util.h
+++ b/src/util.h
@@ -66,6 +66,8 @@ void set_signals (bool);
void write_fatal (void) __attribute__ ((noreturn));
void insert_file_id (struct stat const *, enum file_id_type);
enum file_id_type lookup_file_id (struct stat const *);
+void set_queued_output (struct stat const *, bool);
+bool has_queued_output (struct stat const *);
void update_sha1(struct stat const *, char const *);
char const *lookup_sha1 (struct stat const *);