diff options
Diffstat (limited to 'libcons/dir-changed.c')
-rw-r--r-- | libcons/dir-changed.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libcons/dir-changed.c b/libcons/dir-changed.c index 9701b056..a4f2eb4a 100644 --- a/libcons/dir-changed.c +++ b/libcons/dir-changed.c @@ -29,7 +29,7 @@ static error_t -add_one (cons_t cons, char *name) +add_one (cons_t cons, const char *name) { unsigned long int nr; char *tail; @@ -45,7 +45,7 @@ add_one (cons_t cons, char *name) } static error_t -lookup_one (cons_t cons, char *name, vcons_list_t *vcons_entry) +lookup_one (cons_t cons, const char *name, vcons_list_t *vcons_entry) { unsigned long int nr; char *tail; |