fix: general readability improvements
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user