mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-17 04:34:44 -07:00
6 lines
168 B
C
6 lines
168 B
C
// evil portal helper
|
|
#pragma once
|
|
|
|
#include "wifi_marauder_app_i.h"
|
|
|
|
bool wifi_marauder_ep_read_html_file(WifiMarauderApp* app, uint8_t** the_html, size_t* html_size); |