Files
iptv-downloader/iptv_api.h
T

4 lines
149 B
C

#pragma once
/* Fetch Xtream Codes API endpoint, return malloc'd JSON string (caller frees) */
char *api_get(const char *action, const char *extra);