Changes in uspace/app/bdsh/scli.h [a397f1d:0c4f46a] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/bdsh/scli.h

    ra397f1d r0c4f46a  
    66
    77typedef struct {
    8         const char *name;
     8        char *name;
     9        char *home;
    910        char *line;
    1011        char *cwd;
     
    1314} cliuser_t;
    1415
    15 extern const char *progname;
    16 
    1716#endif
Note: See TracChangeset for help on using the changeset viewer.