aboutsummaryrefslogtreecommitdiffhomepage
path: root/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'parser.h')
-rw-r--r--parser.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/parser.h b/parser.h
index fa49fcfb..8b43b83f 100644
--- a/parser.h
+++ b/parser.h
@@ -399,7 +399,7 @@ public:
/**
Evaluate line as a list of parameters, i.e. tokenize it and perform parameter expansion and cmdsubst execution on the tokens.
- The output is inserted into output, and should be freed by the caller.
+ The output is inserted into output.
\param line Line to evaluate
\param output List to insert output to
@@ -408,7 +408,7 @@ public:
\param line Line to evaluate
\param output List to insert output to
*/
- int eval_args(const wchar_t *line, std::vector<completion_t> &output);
+ void eval_args(const wchar_t *line, std::vector<completion_t> &output);
/**
Sets the current evaluation error. This function should only be used by libraries that are called by