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