summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libssh/kex.c1
1 files changed, 1 insertions, 0 deletions
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;