aboutsummaryrefslogtreecommitdiff
path: root/lib/libeclat.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libeclat.h')
-rw-r--r--lib/libeclat.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libeclat.h b/lib/libeclat.h
index 4d6882e..e13864c 100644
--- a/lib/libeclat.h
+++ b/lib/libeclat.h
@@ -55,6 +55,10 @@ int eclat_trace_fun(CURL *handle, curl_infotype type,
char *data, size_t size,
void *userp);
void eclat_set_curl_trace(CURL *curl, int lev);
+
+char *path_concat(const char *dir, const char *comp);
+CURL *instance_store_curl_new(struct grecs_txtacc *acc);
+int instance_store_read(const char *url, CURL *curl);
void hmac_sha1(const void *text, size_t textlen,

Return to:

Send suggestions and report system problems to the System administrator.