aboutsummaryrefslogtreecommitdiffhomepage
path: root/parser.h
diff options
context:
space:
mode:
authorGravatar Siteshwar Vashisht <siteshwar@gmail.com>2012-01-16 22:26:47 +0530
committerGravatar Siteshwar Vashisht <siteshwar@gmail.com>2012-01-16 22:26:47 +0530
commit140ead65b6a7051a8737623b7201f5b5a07d55d9 (patch)
treeb93cb8f9936db93ae37030272f6d2c5205097987 /parser.h
parentf3e2d2f68f14120e298fb1d50be89fa5e83c9222 (diff)
Converted all auto completion calls (on pressing tab) to use std::vector<completion_t>, bugs are yet to be fixed
Diffstat (limited to 'parser.h')
-rw-r--r--parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/parser.h b/parser.h
index 0c82f2aa..17e22eaf 100644
--- a/parser.h
+++ b/parser.h
@@ -210,7 +210,7 @@ int eval( const wchar_t *cmd, io_data_t *io, int block_type );
\param output List to insert output to
*/
int eval_args( const wchar_t *line,
- array_list_t *output );
+ std::vector<completion_t> &output );
/**
Sets the current evaluation error. This function should only be used by libraries that are called by