aboutsummaryrefslogtreecommitdiff
path: root/lib/libeclat.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libeclat.h')
-rw-r--r--lib/libeclat.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libeclat.h b/lib/libeclat.h
index b865e00..6f1acf6 100644
--- a/lib/libeclat.h
+++ b/lib/libeclat.h
@@ -1,5 +1,5 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2015 Sergey Poznyakoff.
+ Copyright (C) 2012-2018 Sergey Poznyakoff.
Eclat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -104,6 +104,7 @@ struct ec2_request {
struct ec2_request *eclat_request_create(int flags, const char *endpoint,
const char *uri, char const *region,
char const *access_key, char const *token);
+struct ec2_request *eclat_request_dup(struct ec2_request const *src);
void eclat_request_free(struct ec2_request *);
void eclat_request_add_param0(struct ec2_request *req, const char *name,
const char *value, int encoded);

Return to:

Send suggestions and report system problems to the System administrator.