aboutsummaryrefslogtreecommitdiff
path: root/src/eclat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/eclat.h')
-rw-r--r--src/eclat.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/eclat.h b/src/eclat.h
index 31914a0..b0d46ac 100644
--- a/src/eclat.h
+++ b/src/eclat.h
@@ -23,6 +23,7 @@
#include <errno.h>
#include <string.h>
#include <curl/curl.h>
+#include <expat.h>
#include "grecs.h"
#include "wordsplit.h"
#include "libeclat.h"
@@ -39,6 +40,7 @@ extern int debug_level[];
extern char *endpoint;
extern int use_ssl;
+extern int dry_run_mode;
extern char *region_name;
extern char *access_file_name;
extern char *access_key;
@@ -70,7 +72,8 @@ int run_config_finish_hooks(void);
enum eclat_command {
eclat_command_unspecified,
eclat_command_start_instances,
- eclat_command_stop_instances
+ eclat_command_stop_instances,
+ eclat_command_describe_tags
};
extern enum eclat_command eclat_command;
@@ -79,5 +82,6 @@ typedef int (*eclat_command_handler_t) (CURL *curl, int argc, char **argv);
int eclat_start_instance(CURL *curl, int argc, char **argv);
int eclat_stop_instance(CURL *curl, int argc, char **argv);
+int eclat_describe_tags(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.