aboutsummaryrefslogtreecommitdiff
path: root/src/eclat.h
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2012-09-27 18:21:58 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2012-09-27 18:21:58 +0300
commitd902742081bc31a6eda274268da0178107e4abb4 (patch)
tree75569321121e3233c07a97bd2cc26e211b87e3f5 /src/eclat.h
parentff8594b8cc916ba665961bd1e4e956810057f0ea (diff)
downloadeclat-d902742081bc31a6eda274268da0178107e4abb4.tar.gz
eclat-d902742081bc31a6eda274268da0178107e4abb4.tar.bz2
Improve credentials file handling.
* src/accfile.c: Treat access_file_name as a globbing pattern. Allow for account names in the file.
Diffstat (limited to 'src/eclat.h')
-rw-r--r--src/eclat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/eclat.h b/src/eclat.h
index c886fd0..bd7a86b 100644
--- a/src/eclat.h
+++ b/src/eclat.h
@@ -86,3 +86,5 @@ struct filter_descr *available_filters;
void list_filters(FILE *fp);
int get_scr_cols(void);
+int get_access_creds(const char *id, char **access_key_ptr,
+ char **secret_key_ptr);

Return to:

Send suggestions and report system problems to the System administrator.