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


Ignore:
File:
1 edited

Legend:

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

    ra397f1d rd8ef374  
    66
    77typedef struct {
    8         const char *name;
     8        char *name;
    99        char *line;
    1010        char *cwd;
     
    1313} cliuser_t;
    1414
    15 extern const char *progname;
    16 
    1715#endif
Note: See TracChangeset for help on using the changeset viewer.