diff options
| author | Jan Sucan <jan@jansucan.com> | 2024-03-24 16:22:08 +0100 |
|---|---|---|
| committer | Ján Sučan <jan@jansucan.com> | 2024-03-24 16:25:41 +0100 |
| commit | e86c9c6135ba0462c5a352e6d8ea4b730aa9c370 (patch) | |
| tree | 0c1aa521d865c4a17576d1048692922d895112c9 /src/restore.h | |
| parent | dde03ff8796277f6ed0f8c8e8b18b83b801d6d27 (diff) | |
Rewrite the option code in object-oriented way
Diffstat (limited to 'src/restore.h')
| -rw-r--r-- | src/restore.h | 4 |
1 files changed, 1 insertions, 3 deletions
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 */ |
