source: mainline/uspace/app/bdsh/util.h@ d3e6935

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since d3e6935 was 1d132ae, checked in by Tim Post <echo@…>, 17 years ago

Eliminate unused functions in util.c

  • Property mode set to 100644
File size: 358 bytes
RevLine 
[216d6fc]1#ifndef UTIL_H
2#define UTIL_H
3
[0c4f46a]4#include "scli.h"
5
[216d6fc]6/* Internal string handlers */
7extern char * cli_strdup(const char *);
8extern char * cli_strtok_r(char *, const char *, char **);
9extern char * cli_strtok(char *, const char *);
[0c4f46a]10
11/* Utility functions */
[43e02a6]12extern unsigned int cli_count_args(char **);
[0c4f46a]13extern unsigned int cli_set_prompt(cliuser_t *usr);
[216d6fc]14
15#endif
Note: See TracBrowser for help on using the repository browser.