fish/fish_shell/fish_globbing.h

14 lines
235 B
C

#ifndef FISH_FISH_GLOBBING_H
#define FISH_FISH_GLOBBING_H
typedef struct dirent dirent;
WordList * fishExpand(WordList *wordArray);
WordArray* getFiles(char* path);
WordList* expandWord(char* word);
#endif //FISH_FISH_GLOBBING_H