mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-04 12:20:42 +09:00
space_tokenize should be rewritten.
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@528 7dcaeef0-15fb-0310-b436-a5af3365683c
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user