lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
Last change
on this file since 4cc0c9ee was 4cc0c9ee, checked in by Tim Post <echo@…>, 16 years ago |
Get rid of cli_strdup(), cli_strtok(), cli_strtok_r(), just use facilities in libc
|
-
Property mode
set to
100644
|
File size:
179 bytes
|
Line | |
---|
1 | #ifndef UTIL_H
|
---|
2 | #define UTIL_H
|
---|
3 |
|
---|
4 | #include "scli.h"
|
---|
5 |
|
---|
6 | /* Utility functions */
|
---|
7 | extern unsigned int cli_count_args(char **);
|
---|
8 | extern unsigned int cli_set_prompt(cliuser_t *usr);
|
---|
9 |
|
---|
10 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.