aboutsummaryrefslogtreecommitdiffhomepage
path: root/complete.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-02-24 18:43:10 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-02-24 18:43:10 -0800
commit5ea78f55f278887b428be5e1397164a85bd93275 (patch)
tree941f4f9a7838848750bac7f64e368593026114a6 /complete.h
parenta515db4aea51a032b06eb463fcc5a5b70066a18c (diff)
Some more work on threaded completions
Diffstat (limited to 'complete.h')
-rw-r--r--complete.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/complete.h b/complete.h
index f7964e2a..7a9f47f5 100644
--- a/complete.h
+++ b/complete.h
@@ -225,6 +225,7 @@ void complete_remove( const wchar_t *cmd,
/** Find all completions of the command cmd, insert them into out. */
void complete( const wchar_t* cmd, std::vector<completion_t> &out, complete_type_t type);
+void complete2( const wcstring &cmd, std::vector<completion_t> &comp, complete_type_t type );
/**
Print a list of all current completions into the string_buffer_t.