aboutsummaryrefslogtreecommitdiffhomepage
path: root/common.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-02-15 11:33:41 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-02-15 11:33:41 -0800
commita92d9d442b5b4f8b3de0c2eef3a9d7a498a36aa8 (patch)
treee9043ac159a86c6c2da3e77149a309195fef43ff /common.h
parente2ff77b4ecd4a5555043c163df21906693a3b9cf (diff)
Initial work towards making autosuggestion smarter by recognizing paths
Diffstat (limited to 'common.h')
-rw-r--r--common.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/common.h b/common.h
index 970f8acd..cdefd554 100644
--- a/common.h
+++ b/common.h
@@ -547,10 +547,7 @@ void common_handle_winch( int signal );
void write_screen( const wchar_t *msg, string_buffer_t *buff );
/**
- Tokenize the specified string into the specified array_list_t.
- Each new element is allocated using malloc and must be freed by the
- caller.
-
+ Tokenize the specified string into the specified wcstring_list_t.
\param val the input string. The contents of this string is not changed.
\param out the list in which to place the elements.
*/