summaryrefslogtreecommitdiffstats
path: root/source/include
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2001-03-19 00:22:52 +0000
committerAndrew Tridgell <tridge@samba.org>2001-03-19 00:22:52 +0000
commit386fdff2dfeaeef60b210ebc0b4d33a6c7b5d5ec (patch)
tree38ebcb469ff98804304d5f988a61731171c68fa1 /source/include
parentaf62692e623429ca861905a0ac050b00a3bffdb0 (diff)
downloadsamba-386fdff2dfeaeef60b210ebc0b4d33a6c7b5d5ec.tar.gz
samba-386fdff2dfeaeef60b210ebc0b4d33a6c7b5d5ec.tar.xz
samba-386fdff2dfeaeef60b210ebc0b4d33a6c7b5d5ec.zip
added basic command completion support
Diffstat (limited to 'source/include')
-rw-r--r--source/include/proto.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/include/proto.h b/source/include/proto.h
index d2d96c4c60b..2b79371acc1 100644
--- a/source/include/proto.h
+++ b/source/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 */