Added new download option to the manual.
[shell-fm.git] / source / include / completion.h
blob6b0440146ca0291c3a34757d0913371a272a1d0e
1 /*
2 vim:syntax=c tabstop=2 shiftwidth=2 noexpandtab
3 */
5 #ifndef SHELLFM_COMPLETION
6 #define SHELLFM_COMPLETION
8 #include "strary.h"
10 const char * nextmatch(char **, char *, unsigned *);
12 #endif