Ignore:
File:
1 edited

Legend:

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

    ra000878c re2ea8d7e  
    44/* Simple array to translate error codes to meaningful strings */
    55
    6 static const char *cl_errors[] = {
     6static char *cl_errors[] = {
    77        "Success",
    88        "Failure",
     
    1818};
    1919
    20 static const char *err2str(int);
     20static char *err2str(int);
    2121
    2222#endif
Note: See TracChangeset for help on using the changeset viewer.