aboutsummaryrefslogtreecommitdiffhomepage
path: root/complete.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-02-22 10:51:06 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-02-22 10:51:06 -0800
commit62bd43f17fa279b67fbd4482580a91fc2db9c899 (patch)
tree4a060823ccb92ea5e885a4221c85fd10b9bf580d /complete.h
parent917b4ff8bc542d161006cea8254885a193f5b8c3 (diff)
Large set of changes to migrate sb_out and sb_err to wcstring
Diffstat (limited to 'complete.h')
-rw-r--r--complete.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/complete.h b/complete.h
index d0debf51..1abc9449 100644
--- a/complete.h
+++ b/complete.h
@@ -228,7 +228,7 @@ void complete( const wchar_t* cmd, std::vector<completion_t> &out);
\param out The string_buffer_t to write completions to
*/
-void complete_print( string_buffer_t *out );
+void complete_print( wcstring &out );
/**
Tests if the specified option is defined for the specified command