Files
FTL/database/networktable.h
T
2019-07-01 13:10:12 +02:00

18 lines
513 B
C

/* Pi-hole: A black hole for Internet advertisements
* (c) 2019 Pi-hole, LLC (https://pi-hole.net)
* Network-wide ad blocking via your own hardware.
*
* FTL Engine
* pihole-FTL.db -> network tables prototypes
*
* This file is copyright under the latest version of the EUPL.
* Please see LICENSE file for your rights under this license. */
#ifndef NETWORKTABLE_H
#define NETWORKTABLE_H
bool create_network_table(void);
void parse_arp_cache(void);
void updateMACVendorRecords(void);
#endif //NETWORKTABLE_H