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 | |
| parent | 744eb2a2a571fa21a5524812b60ca8ebf9a65fe8 (diff) | |
| download | dir_monitor-f6ca4ed80a79408ab55b4a27b73eaa0f32a86410.tar.gz dir_monitor-f6ca4ed80a79408ab55b4a27b73eaa0f32a86410.tar.bz2 | |
Rename list_management to data_management
Diffstat (limited to 'include')
| -rw-r--r-- | include/data_management.h (renamed from include/list_management.h) | 0 | ||||
| -rw-r--r-- | include/options.h | 2 | ||||
| -rw-r--r-- | include/output.h | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/include/list_management.h b/include/data_management.h index e5d1581..e5d1581 100644 --- a/include/list_management.h +++ b/include/data_management.h 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" diff --git a/include/output.h b/include/output.h index beb9559..35640fe 100644 --- a/include/output.h +++ b/include/output.h @@ -8,7 +8,7 @@ #define OUTPUT_H #include <stdio.h> -#include "list_management.h" +#include "data_management.h" #define LOGERR(...) {fprintf(stderr, "[%s:%d] %s: ", __FILE__, __LINE__, __func__); fprintf(stderr, __VA_ARGS__);} |
