From 948a65cf39c8ce31c5adc0f24979e0cb55bc33c3 Mon Sep 17 00:00:00 2001 From: Jan Sucan Date: Sat, 18 Jun 2022 08:50:45 +0200 Subject: Refactor the command line interface Select operation by its name instead of by number of the arguments. --- src/restore.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/restore.h') diff --git a/src/restore.h b/src/restore.h index 02d70ff..a6c09d1 100644 --- a/src/restore.h +++ b/src/restore.h @@ -30,6 +30,7 @@ #include "options.h" #include "resources.h" -int restore(const options_t *const opts, resources_t *const res); +int restore(const options_restore_t *const opts, + const resources_restore_t *const res); #endif /* RESTORE_H */ -- cgit v1.2.3