diff --git a/fish_shell/fish_core.h b/fish_shell/fish_core.h index e660268..a6e6a9f 100644 --- a/fish_shell/fish_core.h +++ b/fish_shell/fish_core.h @@ -17,10 +17,9 @@ /* WordArray functions */ +/* Take a full string and split it in a WordList according to a given set of tokens */ WordList * split(char *string, char *separator); // Tested - - /* General purpose functions */ /* Main loop of the project */