aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/complete.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/complete.h')
-rw-r--r--src/complete.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/complete.h b/src/complete.h
index 41c9c3e0..2083517e 100644
--- a/src/complete.h
+++ b/src/complete.h
@@ -213,11 +213,9 @@ void complete(const wcstring &cmd,
completion_request_flags_t flags);
/**
- Print a list of all current completions into the string.
-
- \param out The string to write completions to
+ Return a list of all current completions.
*/
-void complete_print(wcstring &out);
+wcstring complete_print();
/**
Tests if the specified option is defined for the specified command