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

Diff of /mailutils/mail/list.c

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

revision 1.9 by polak, Sun Feb 9 12:33:01 2003 UTC revision 1.10 by gray, Sun Mar 23 22:49:53 2003 UTC
# Line 23  Line 23 
23   */   */
24    
25  int  int
26  mail_list (int argc, char **argv)  mail_list (int argc ARG_UNUSED, char **argv ARG_UNUSED)
27  {  {
28    const char *cmd = NULL;    const char *cmd = NULL;
29    int i = 0, pos = 0, len = 0;    int i = 0, pos = 0, len = 0;
30    int cols = util_getcols ();    int cols = util_getcols ();
31    
   (void)argc; (void)argv;  
   
32    for (i=0; mail_command_table[i].shortname != 0; i++)    for (i=0; mail_command_table[i].shortname != 0; i++)
33      {      {
34        len = strlen (mail_command_table[i].longname);        len = strlen (mail_command_table[i].longname);

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

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