From e86c9c6135ba0462c5a352e6d8ea4b730aa9c370 Mon Sep 17 00:00:00 2001 From: Jan Sucan Date: Sun, 24 Mar 2024 16:22:08 +0100 Subject: Rewrite the option code in object-oriented way --- src/restore.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/restore.h') diff --git a/src/restore.h b/src/restore.h index a6c09d1..457ef48 100644 --- a/src/restore.h +++ b/src/restore.h @@ -28,9 +28,7 @@ #define RESTORE_H #include "options.h" -#include "resources.h" -int restore(const options_restore_t *const opts, - const resources_restore_t *const res); +int restore(const OptionsRestore &opts); #endif /* RESTORE_H */ -- cgit v1.2.3