From 1f8a0718257b154e3c9472b13306bca77e7467ed Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Wed, 21 Aug 1996 18:45:13 +0000 Subject: (struct store_argp_params): Add return_args, args, & args_len fields. --- libstore/store.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'libstore') diff --git a/libstore/store.h b/libstore/store.h index 84e8aae3..69b650f8 100644 --- a/libstore/store.h +++ b/libstore/store.h @@ -406,8 +406,15 @@ struct store_argp_params upon which store_create has failed. */ int no_file_io : 1; + /* If true, then fill in ARGS & ARGS_LEN with appropiate arguments. */ + int return_args : 1; + /* Parsed store returned here. */ struct store *result; + + /* Arguments used to specify this store, in argz format. */ + char *args; + size_t args_len; }; #endif /* __STORE_H__ */ -- cgit v1.2.3