summaryrefslogtreecommitdiff
path: root/fs.h
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2023-10-03 21:34:37 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2023-10-03 21:34:37 +0200
commit6998d850c067a18eac3130f534309089f5e3da76 (patch)
tree5f9366119f7077ab74421fb5222e8b52a60526b6 /fs.h
parent516cc3dfe4cd44fe85ad999910f0abf0aff7f6ad (diff)
Fix buildtarfs/master
Diffstat (limited to 'fs.h')
-rw-r--r--fs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs.h b/fs.h
index 34bcd40c4..a825ba885 100644
--- a/fs.h
+++ b/fs.h
@@ -48,7 +48,7 @@ extern error_t fs_dir_last_entry (struct node *dir, struct node **last);
/* Returns either NULL or a pointer to a node if found. */
extern struct node*
-fs_find_node (struct node *dir, char *name);
+fs_find_node (struct node *dir, const char *name);
/* Looks for a node located at PATH, starting at directory N.
When looking for "/foo/bar":