aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/complete.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/complete.h')
-rw-r--r--src/complete.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/complete.h b/src/complete.h
index 999b3c2b..f46370ab 100644
--- a/src/complete.h
+++ b/src/complete.h
@@ -218,9 +218,11 @@ void complete_remove_all(const wcstring &cmd, bool cmd_is_path);
/** Find all completions of the command cmd, insert them into out.
*/
+class env_vars_snapshot_t;
void complete(const wcstring &cmd,
std::vector<completion_t> *out_comps,
- completion_request_flags_t flags);
+ completion_request_flags_t flags,
+ const env_vars_snapshot_t &vars);
/**
Return a list of all current completions.