diff options
author | Günther Deschner <gd@samba.org> | 2010-10-01 10:33:32 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-10-01 22:30:22 +0200 |
commit | 405b7d843f9103a29e923892337472e0fd891037 (patch) | |
tree | 82f123f07602adf1ce54866984e7579d5dd0c1a3 /source3/include | |
parent | b38d0542e193512796d5d9502ac8d688a1036157 (diff) | |
download | samba-405b7d843f9103a29e923892337472e0fd891037.tar.gz samba-405b7d843f9103a29e923892337472e0fd891037.tar.bz2 samba-405b7d843f9103a29e923892337472e0fd891037.zip |
s3-readline: move cmd_history to smbclient, the only user.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 */ |