aboutsummaryrefslogtreecommitdiff
path: root/lib/libeclat.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libeclat.h')
-rw-r--r--lib/libeclat.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libeclat.h b/lib/libeclat.h
index 1212dc4..aacc0e2 100644
--- a/lib/libeclat.h
+++ b/lib/libeclat.h
@@ -39,9 +39,11 @@ struct ec2_query {
char *uri; /* URI without parameters */
char *verb; /* GET or POST */
struct grecs_symtab *params; /* Query parameters */
+ char *signature;
};
-int eclat_query_signature(struct ec2_query *req, char *secret,
- char **signature);
+int 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.