chiark / gitweb /
logind: remove per-user runtime dir again if setup fails
[elogind.git] / src / import / curl-util.h
index 5a7550deb9908fd4b4c8e8555b14322332be66ca..c249069ffacf5142d6ba10cacaada5a9161ff975 100644 (file)
@@ -51,6 +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, usec_t *ret);
 
 DEFINE_TRIVIAL_CLEANUP_FUNC(CURL*, curl_easy_cleanup);
 DEFINE_TRIVIAL_CLEANUP_FUNC(struct curl_slist*, curl_slist_free_all);