source: mainline/uspace/app/bdsh/scli.h@ 86018c1

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 86018c1 was d8ef374, checked in by Jakub Jermar <jakub@…>, 16 years ago

bdsh should inherit the current working directory rather than setting "/"
unconditionally.

  • Property mode set to 100644
File size: 177 bytes
Line 
1#ifndef SCLI_H
2#define SCLI_H
3
4#include "config.h"
5#include <stdint.h>
6
7typedef struct {
8 char *name;
9 char *line;
10 char *cwd;
11 char *prompt;
12 int lasterr;
13} cliuser_t;
14
15#endif
Note: See TracBrowser for help on using the repository browser.