pokeplatinum/include/overlay060/http.h
scbroede af1c790766
document gts + networking (#673)
Co-authored-by: ellieplayswow <164806095+ellieplayswow@users.noreply.github.com>
2025-08-23 10:41:11 -07:00

12 lines
343 B
C

#ifndef POKEPLATINUM_HTTP_H
#define POKEPLATINUM_HTTP_H
void HTTP_Init(void);
int HTTP_PrepareRequest(const u8 *param0, int param1, const void *param2, int param3, u8 *param4, int param5);
int HTTP_GetRequestStatus(void);
void HTTP_Shutdown(void);
int HTTP_GetErrorCode(void);
int HTTP_GetResponseLength(void);
#endif // POKEPLATINUM_HTTP_H