root/source4/lib/smbreadline/smbreadline.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   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__ */

/* [<][>][^][v][top][bottom][index][help] */