diff options
| author | Thorsten Töpper <atsutane@freethoughts.de> | 2025-06-21 16:42:49 +0200 |
|---|---|---|
| committer | Thorsten Töpper <atsutane@freethoughts.de> | 2025-06-21 16:42:49 +0200 |
| commit | f6ca4ed80a79408ab55b4a27b73eaa0f32a86410 (patch) | |
| tree | a504db4f580ff44380c0d0c790557320e13e5db7 /include/options.h | |
| parent | 744eb2a2a571fa21a5524812b60ca8ebf9a65fe8 (diff) | |
| download | dir_monitor-f6ca4ed80a79408ab55b4a27b73eaa0f32a86410.tar.gz dir_monitor-f6ca4ed80a79408ab55b4a27b73eaa0f32a86410.tar.bz2 | |
Rename list_management to data_management
Diffstat (limited to 'include/options.h')
| -rw-r--r-- | include/options.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/options.h b/include/options.h index 4fb3c82..cfc9246 100644 --- a/include/options.h +++ b/include/options.h @@ -11,7 +11,7 @@ #include <stdbool.h> #include "output.h" -#include "list_management.h" +#include "data_management.h" |
