From 405b7d843f9103a29e923892337472e0fd891037 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 1 Oct 2010 10:33:32 +0200 Subject: s3-readline: move cmd_history to smbclient, the only user. Guenther --- source3/include/proto.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index d19ce81a44..4f4ea996e6 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -661,7 +661,6 @@ char *smb_readline(const char *prompt, void (*callback)(void), char **(completion_fn)(const char *text, int start, int end)); const char *smb_readline_get_line_buffer(void); void smb_readline_ca_char(char c); -int cmd_history(void); /* The following definitions come from lib/recvfile.c */ -- cgit