/[mailutils]/mailutils/mail/mailline.c
ViewVC logotype

Diff of /mailutils/mail/mailline.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.16 by polak, Sun Feb 9 12:33:01 2003 UTC revision 1.17 by gray, Sun Mar 23 22:54:47 2003 UTC
# Line 216  ml_reread (const char *prompt, char **te Line 216  ml_reread (const char *prompt, char **te
216   * readline tab completion   * readline tab completion
217   */   */
218  char **  char **
219  ml_command_completion (char *cmd, int start, int end)  ml_command_completion (char *cmd, int start ARG_UNUSED, int end ARG_UNUSED)
220  {  {
   (void)end;  
221    if (start == 0)    if (start == 0)
222      return rl_completion_matches (cmd, ml_command_generator);      return rl_completion_matches (cmd, ml_command_generator);
223    return NULL;    return NULL;

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26