From c48d04b2c7e1299242a6320574175e44f5cdd007 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Fri, 17 Apr 2009 14:56:44 +0000 Subject: space_tokenize should be rewritten. git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@528 7dcaeef0-15fb-0310-b436-a5af3365683c --- libssh/kex.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libssh/kex.c b/libssh/kex.c index 1ff85c6..76791ba 100644 --- a/libssh/kex.c +++ b/libssh/kex.c @@ -137,6 +137,7 @@ static char **tokenize(const char *chain){ } /* same as tokenize(), but with spaces instead of ',' */ +/* TODO FIXME rewrite me! */ char **space_tokenize(const char *chain){ char **tokens; int n=1; -- cgit