summaryrefslogtreecommitdiffstats
path: root/include/complete.h
blob: cc0e88de0fc2beb63da8518ada846f4b3213cafa (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef __COMPLETE_
#define __COMPLETE_

#include <linux/list.h>

int complete(char *instr, char **outstr);
void complete_reset(void);

#endif /* __COMPLETE_ */