repo.or.cz
/
shell-fm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Added new download option to the manual.
[shell-fm.git]
/
source
/
include
/
completion.h
blob
6b0440146ca0291c3a34757d0913371a272a1d0e
1
/*
2
vim:syntax=c tabstop=2 shiftwidth=2 noexpandtab
3
*/
4
5
#ifndef SHELLFM_COMPLETION
6
#define SHELLFM_COMPLETION
7
8
#include
"strary.h"
9
10
const char
*
nextmatch
(
char
**,
char
*,
unsigned
*);
11
12
#endif