diff options
author | Andrew Tridgell <tridge@samba.org> | 2001-03-18 13:24:57 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2001-03-18 13:24:57 +0000 |
commit | 9c4927d3624c594ea6647d946540ce286a948805 (patch) | |
tree | 26f8e58db0ff576c04b5867c2481b6d89ee69861 /source3/include/proto.h | |
parent | abb183317342fbfdc75a6858d427e550f8f7123d (diff) | |
download | samba-9c4927d3624c594ea6647d946540ce286a948805.tar.gz samba-9c4927d3624c594ea6647d946540ce286a948805.tar.bz2 samba-9c4927d3624c594ea6647d946540ce286a948805.zip |
much better readline support from Simo Sorce, with some mods from me
to make it a bit simpler
(This used to be commit e1487eb2c4626dbe0cc3b17606eda702cedef28b)
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r-- | source3/include/proto.h | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index d244329470..2abbada5a7 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -164,6 +164,14 @@ 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 */ + +void smb_rl_read_char (void); +void init_smb_readline(char *prg_name, char *cline_ptr, int *event_ptr); +void smb_readline_prompt(char *prompt); +void smb_readline_remove_handler(void); +void cmd_history(void); + /*The following definitions come from lib/replace.c */ char *rep_inet_ntoa(struct in_addr ip); @@ -2003,8 +2011,9 @@ void pcap_printer_fn(void (*fn)(char *, char *)); /*The following definitions come from printing/print_cups.c */ -void cups_printer_fn(void (*fn)(char *, char *)); -int cups_printername_ok(char *name); + +/*The following definitions come from printing/print_generic.c */ + /*The following definitions come from printing/print_svid.c */ |