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

#include <list.h>

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

#endif /* __COMPLETE_ */