blob: 8a682bd99bb2ec21f28e5f9f157bf017ff000479 [file] [log] [blame]
#ifndef _AGNSS_HTTP_DOWNLOAD_H_
#define _AGNSS_HTTP_DOWNLOAD_H_
#if 0
int get_eph_data_from_http(char *domain, char *file_path, char *eph_buf);
#endif
int eph_data_from_http_get(char *host, const char *path);
#endif