diff options
| author | frosty <gabriel@bwaaa.monster> | 2026-03-17 12:07:07 -0400 |
|---|---|---|
| committer | frosty <gabriel@bwaaa.monster> | 2026-03-17 12:07:07 -0400 |
| commit | 8c6632502ff992e80051910451421c55894ed9d8 (patch) | |
| tree | e4a03e8ae45e020627781ff21141626fb0ebedeb /src/Routes | |
| parent | 5a6ad269745fe8cc8bc874eac4fac2479903028e (diff) | |
| download | omnisearch-8c6632502ff992e80051910451421c55894ed9d8.tar.gz | |
fix: general readability improvements
Diffstat (limited to 'src/Routes')
| -rw-r--r-- | src/Routes/Search.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/Routes/Search.c b/src/Routes/Search.c index 6fa3157..16ff1c0 100644 --- a/src/Routes/Search.c +++ b/src/Routes/Search.c @@ -7,6 +7,7 @@ #include "../Scraping/Scraping.h" #include "../Utility/Display.h" #include "../Utility/Unescape.h" +#include "Config.h" #include <ctype.h> #include <pthread.h> #include <stdio.h> @@ -14,9 +15,6 @@ #include <string.h> #include <time.h> -#define INFOBOX_FIELD_COUNT 4 -#define MAX_RESULTS_PER_ENGINE 10 - typedef struct { const char *query; InfoBox result; |
