Changes in uspace/app/bdsh/util.h [1c481ee:9d58539] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified uspace/app/bdsh/util.h

    r1c481ee r9d58539  
    3131
    3232#include "scli.h"
    33 #include <stdbool.h>
    3433
    3534/* Utility functions */
    3635extern unsigned int cli_count_args(char **);
    3736extern unsigned int cli_set_prompt(cliuser_t *usr);
    38 extern bool is_path(const char *cmd);
    3937
    4038#endif
Note: See TracChangeset for help on using the changeset viewer.