diff options
author | Deepti Kulkarni <deepti@vyatta.com> | 2011-06-13 05:32:21 -0700 |
---|---|---|
committer | Deepti Kulkarni <deepti@vyatta.com> | 2011-06-13 05:32:21 -0700 |
commit | 39ea5ff58699bcfff1a55d211ea13ca4d7faae74 (patch) | |
tree | 6505ce4ef59522ba6e5c98814ea35be7cf8c1e93 /src/cli_cstore.h | |
parent | 35d136ab4b8d39a7e65b32c6f796ad5e3a1dd63b (diff) | |
download | vyatta-cfg-39ea5ff58699bcfff1a55d211ea13ca4d7faae74.tar.gz vyatta-cfg-39ea5ff58699bcfff1a55d211ea13ca4d7faae74.zip |
bug fix for 7178 - commit hook for demo-entitlement notifications not working.
Diffstat (limited to 'src/cli_cstore.h')
-rw-r--r-- | src/cli_cstore.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cli_cstore.h b/src/cli_cstore.h index 51ca502..b77d69c 100644 --- a/src/cli_cstore.h +++ b/src/cli_cstore.h @@ -136,6 +136,8 @@ boolean execute_list(vtw_node *cur, const vtw_def *def, const char *outbuf); const char *type_to_name(vtw_type_e type); int initialize_output(const char *op); void bye(const char *msg, ...) __attribute__((format(printf, 1, 2), noreturn)); +int redirect_output(void); +int restore_output(void); /* functions from cli_objects */ char *get_at_string(void); |