/[inetutils]/inetutils/ftp/cmdtab.c
ViewVC logotype

Diff of /inetutils/ftp/cmdtab.c

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

revision 1.5 by alainm, Thu Jul 6 04:21:07 2000 UTC revision 1.6 by ams, Sun May 1 09:53:05 2005 UTC
# Line 109  char   umaskhelp[] =   "get (set) umask on r Line 109  char   umaskhelp[] =   "get (set) umask on r
109  char    userhelp[] =    "send new user information";  char    userhelp[] =    "send new user information";
110  char    verbosehelp[] = "toggle verbose mode";  char    verbosehelp[] = "toggle verbose mode";
111    
112  struct cmd cmdtab[] = {  struct cmd *cmdtab = {
113          { "!",          shellhelp,      0,      0,      0,      shell },          { "!",          shellhelp,      0,      0,      0,      shell },
114          { "$",          domachelp,      1,      0,      0,      domacro },          { "$",          domachelp,      1,      0,      0,      domacro },
115          { "account",    accounthelp,    0,      1,      1,      account},          { "account",    accounthelp,    0,      1,      1,      account},

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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