pokeplatinum/include/http/http.h
Gudf cf878689e2 Rename WiFi overlays
Move overlay 4 to `nintendo_wfc`
Move overlay 18 to `wfc_settings`
Move overlay 60 to `http`
`unk_02099550` to `wifi_overlays`
2026-02-03 21:20:22 +01:00

12 lines
374 B
C

#ifndef POKEPLATINUM_HTTP_HTTP_H
#define POKEPLATINUM_HTTP_HTTP_H
void HTTP_Init(void);
int HTTP_PrepareRequest(const u8 *url, int dwcProfileID, const void *data, int dataSize, u8 *response, int maxResponseLength);
int HTTP_GetRequestStatus(void);
void HTTP_Shutdown(void);
int HTTP_GetErrorCode(void);
int HTTP_GetResponseLength(void);
#endif // POKEPLATINUM_HTTP_HTTP_H