Gitiles
Code Review
Sign In
192.168.1.100
/
T108_Public
/
ef944daaad12900ee446d8fd674b14b95dbcef30
/
.
/
mbtk
/
mbtk_gnssd
/
agps
/
agnss_http_download.h
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