summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
author@syxhe <https://t.me/syxhe>2025-06-09 17:43:50 -0500
committer@syxhe <https://t.me/syxhe>2025-06-09 17:51:14 -0500
commit1444c72db8505340c0988ea286a29bc261297933 (patch)
tree22d52285ab36b440d02b20aa5f680c75c0c0dbaf /src/main.c
parent682c6e29e5b2546ff586a55cea8b81a8c072d3ee (diff)
We do a little documentation
Diffstat (limited to 'src/main.c')
-rwxr-xr-xsrc/main.c13
1 files changed, 11 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index 4b9968c..a95e8d1 100755
--- a/src/main.c
+++ b/src/main.c
@@ -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>