diff options
Diffstat (limited to 'src/main.c')
| -rwxr-xr-x | src/main.c | 10 |
1 files changed, 5 insertions, 5 deletions
| @@ -4,14 +4,14 @@ | |||
| 4 | * @brief Putting everything together | 4 | * @brief Putting everything together |
| 5 | * @version 0.1 | 5 | * @version 0.1 |
| 6 | * @date 2025-06-09 | 6 | * @date 2025-06-09 |
| 7 | * | 7 | * |
| 8 | * @copyright Copyright (c) 2025 | 8 | * @copyright Copyright (c) 2025 |
| 9 | * | 9 | * |
| 10 | */ | 10 | */ |
| 11 | 11 | ||
| 12 | #include "shared.h" | 12 | #include "shared.c" |
| 13 | #include "encryption.h" | 13 | #include "encryption.c" |
| 14 | #include "threadpool.h" | 14 | #include "threadpool.c" |
| 15 | 15 | ||
| 16 | #include <errno.h> | 16 | #include <errno.h> |
| 17 | #include <error.h> | 17 | #include <error.h> |
