source:
branches/samba-3.5.x/source4/lib/smbreadline/smbreadline.h
Last change on this file was 414, checked in by , 15 years ago | |
---|---|
File size: 300 bytes |
Line | |
---|---|
1 | #ifndef __SMBREADLINE_H__ |
2 | #define __SMBREADLINE_H__ |
3 | |
4 | char *smb_readline(const char *prompt, void (*callback)(void), |
5 | char **(completion_fn)(const char *text, int start, int end)); |
6 | const char *smb_readline_get_line_buffer(void); |
7 | void smb_readline_ca_char(char c); |
8 | |
9 | #endif /* __SMBREADLINE_H__ */ |
Note:
See TracBrowser
for help on using the repository browser.