aboutsummaryrefslogtreecommitdiff
path: root/lib/libeclat.h
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2012-10-11 14:31:49 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2012-10-11 14:31:49 +0300
commitdfa58f8b8ebf024c2ec678a836adcd055e4bc052 (patch)
tree18d3fba3a482ad31ce77d6de1990d67ab93b54db /lib/libeclat.h
parent242dd0a45ec3c7db7715d5dec327bad6d17e86a1 (diff)
downloadeclat-dfa58f8b8ebf024c2ec678a836adcd055e4bc052.tar.gz
eclat-dfa58f8b8ebf024c2ec678a836adcd055e4bc052.tar.bz2
Trivial fixes.
Diffstat (limited to 'lib/libeclat.h')
-rw-r--r--lib/libeclat.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libeclat.h b/lib/libeclat.h
index 4a205a1..0843fb1 100644
--- a/lib/libeclat.h
+++ b/lib/libeclat.h
@@ -85,8 +85,10 @@ struct ec2_query {
struct ec2_query *eclat_query_create(int flags, const char *endpoint,
const char *uri);
void eclat_query_free(struct ec2_query *);
+void eclat_query_add_param(struct ec2_query *q, const char *name,
+ const char *value);
-int eclat_query_signature(struct ec2_query *req, char *secret);
+void eclat_query_signature(struct ec2_query *req, char *secret);
char *eclat_query_to_url(struct ec2_query *req, char **post_params);

Return to:

Send suggestions and report system problems to the System administrator.