yq.wang | 99db6f5 | 2024-09-12 01:58:48 -0700 | [diff] [blame^] | 1 | #ifndef _AGNSS_HTTP_DOWNLOAD_H_ |
2 | #define _AGNSS_HTTP_DOWNLOAD_H_ | ||||
3 | |||||
4 | #if 0 | ||||
5 | int get_eph_data_from_http(char *domain, char *file_path, char *eph_buf); | ||||
6 | #endif | ||||
7 | |||||
8 | int eph_data_from_http_get(char *host, const char *path); | ||||
9 | |||||
10 | #endif |