blob: cc0e88de0fc2beb63da8518ada846f4b3213cafa [file] [log] [blame]
#ifndef __COMPLETE_
#define __COMPLETE_
#include <linux/list.h>
int complete(char *instr, char **outstr);
void complete_reset(void);
#endif /* __COMPLETE_ */