summaryrefslogtreecommitdiff
path: root/src/import/curl-util.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2014-12-24 16:44:56 +0100
committerLennart Poettering <lennart@poettering.net>2014-12-24 16:53:05 +0100
commit901992209e3c87a4cf06b530d7b26ae2d35680ef (patch)
treebed037327826be870021502f5e72d1b1652d68d0 /src/import/curl-util.h
parent0c7bf33a989a58922b3eb9aaa96abd773c8754c4 (diff)
import: add a new "pull-gpt" verb for downloading GPT disk images from the internet
Diffstat (limited to 'src/import/curl-util.h')
-rw-r--r--src/import/curl-util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/import/curl-util.h b/src/import/curl-util.h
index 5a7550deb9..b4d75e8951 100644
--- a/src/import/curl-util.h
+++ b/src/import/curl-util.h
@@ -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, time_t *ret);
DEFINE_TRIVIAL_CLEANUP_FUNC(CURL*, curl_easy_cleanup);
DEFINE_TRIVIAL_CLEANUP_FUNC(struct curl_slist*, curl_slist_free_all);