summaryrefslogtreecommitdiffstats
path: root/source/include/proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/include/proto.h')
-rw-r--r--source/include/proto.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/source/include/proto.h b/source/include/proto.h
index d9b30306913..a5023bd87e3 100644
--- a/source/include/proto.h
+++ b/source/include/proto.h
@@ -164,6 +164,12 @@ int ms_fnmatch(char *pattern, char *string);
pid_t pidfile_pid(char *name);
void pidfile_create(char *name);
+/*The following definitions come from lib/readline.c */
+
+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 */
char *rep_inet_ntoa(struct in_addr ip);