aboutsummaryrefslogtreecommitdiff
path: root/src/eclat.h
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2012-12-06 16:04:13 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2012-12-06 16:07:22 +0200
commit141a22cb7bb918a08698785f860a902ea4448b5c (patch)
tree2d092c6cadd49301da86dd95fea140990132b42b /src/eclat.h
parent033b6994c89bb28788c5525df2f10b19b694a4c7 (diff)
downloadeclat-141a22cb7bb918a08698785f860a902ea4448b5c.tar.gz
eclat-141a22cb7bb918a08698785f860a902ea4448b5c.tar.bz2
Implement the describe-regions command.
* TODO: Update. * doc/Makefile.am: Add new files. * doc/eclat-describe-availability-zones.1: Mention describe-regions. * doc/eclat-describe-regions.1: New file. * doc/tmpl.1: Fix time-stamp-start setting. * etc/Makefile.am: Add new files. * etc/describe-regions.fln: New file. * src/Makefile.am: Add new files. * src/dscrregs.c: New file. * src/eclat.c: Register describe-regions. * src/eclat.h (eclat_describe_regions): New proto.
Diffstat (limited to 'src/eclat.h')
-rw-r--r--src/eclat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/eclat.h b/src/eclat.h
index 94140bb..e369b7c 100644
--- a/src/eclat.h
+++ b/src/eclat.h
@@ -85,6 +85,7 @@ int eclat_create_snapshot(CURL *curl, int argc, char **argv);
int eclat_describe_snapshots(CURL *curl, int argc, char **argv);
int eclat_delete_snapshot(CURL *curl, int argc, char **argv);
int eclat_describe_avaialbility_zones(CURL *curl, int argc, char **argv);
+int eclat_describe_regions(CURL *curl, int argc, char **argv);
char *region_to_endpoint(const char *region);

Return to:

Send suggestions and report system problems to the System administrator.