FTL/src/api/api_helper.h

16 lines
428 B
C

/* Pi-hole: A black hole for Internet advertisements
* (c) 2021 Pi-hole, LLC (https://pi-hole.net)
* Network-wide ad blocking via your own hardware.
*
* FTL Engine
* API helper routines
*
* This file is copyright under the latest version of the EUPL.
* Please see LICENSE file for your rights under this license. */
#ifndef API_HELPER_H
#define API_HELPER_H
const char *get_edestr(const int ede);
#endif // API_HELPER_H