blob: cb487ffc1d22988e873a65a974bb368e027be4e2 [file] [log] [blame]
yuezonghe824eb0c2024-06-27 02:32:26 -07001#ifndef _FOTA_HTTP_UTIL_H_
2#define _FOTA_HTTP_UTIL_H_
3
4int http_response_decode(unsigned int responsecode);
5size_t save_data_to_file(char* filename, char *data, int len);
6#endif