X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fimport%2Fcurl-util.h;h=c249069ffacf5142d6ba10cacaada5a9161ff975;hb=06a079055a68dd73150ed002fad7059ad3b41235;hp=b4d75e89517740de7c0ff5c311a58a92bd308b93;hpb=901992209e3c87a4cf06b530d7b26ae2d35680ef;p=elogind.git diff --git a/src/import/curl-util.h b/src/import/curl-util.h index b4d75e895..c249069ff 100644 --- a/src/import/curl-util.h +++ b/src/import/curl-util.h @@ -51,7 +51,7 @@ void curl_glue_remove_and_free(CurlGlue *g, CURL *c); struct curl_slist *curl_slist_new(const char *first, ...) _sentinel_; int curl_header_strdup(const void *contents, size_t sz, const char *field, char **value); -int curl_parse_http_time(const char *t, time_t *ret); +int curl_parse_http_time(const char *t, usec_t *ret); DEFINE_TRIVIAL_CLEANUP_FUNC(CURL*, curl_easy_cleanup); DEFINE_TRIVIAL_CLEANUP_FUNC(struct curl_slist*, curl_slist_free_all);