summaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h
index f0d20aa..9a7946f 100644
--- a/src/util.h
+++ b/src/util.h
@@ -68,6 +68,7 @@ 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 *);
+int stat_file (char const *, struct stat *);
enum file_attributes {
FA_TIMES = 1,