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


Ignore:
File:
1 edited

Legend:

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

    r0c4f46a ra397f1d  
    66
    77typedef struct {
    8         char *name;
    9         char *home;
     8        const char *name;
    109        char *line;
    1110        char *cwd;
     
    1413} cliuser_t;
    1514
     15extern const char *progname;
     16
    1617#endif
Note: See TracChangeset for help on using the changeset viewer.