From e17e7b64175dcfc9963405a9fa3724f8d7097d89 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 19 Mar 2001 00:22:52 +0000 Subject: added basic command completion support (This used to be commit 386fdff2dfeaeef60b210ebc0b4d33a6c7b5d5ec) --- source3/include/proto.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index d2d96c4c60..2b79371acc 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -166,7 +166,8 @@ void pidfile_create(char *name); /*The following definitions come from lib/readline.c */ -char *smb_readline(char *prompt, void (*callback)(void)); +char *smb_readline(char *prompt, void (*callback)(void), + char **(completion_fn)(char *text, int start, int end)); void cmd_history(void); /*The following definitions come from lib/replace.c */ -- cgit