tg/interface.h

8 lines
225 B
C
Raw Normal View History

2013-10-03 08:38:25 -04:00
#ifndef __INTERFACE_H__
#define __INTERFACE_H__
char *get_default_prompt (void);
char *complete_none (const char *text, int state);
char **complete_text (char *text, int start, int end);
void interpreter (char *line);
#endif