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/output.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/output.h')
| -rw-r--r-- | include/output.h | 2 |
1 files changed, 1 insertions, 1 deletions
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__);} |
