lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
Last change
on this file since 68f57e1 was 81bc309, checked in by Petr Koupy <petr.koupy@…>, 14 years ago |
|
batch command rewritten as builtin command.
|
-
Property mode
set to
100644
|
|
File size:
244 bytes
|
| Line | |
|---|
| 1 | #ifndef BATCH_ENTRY_H
|
|---|
| 2 | #define BATCH_ENTRY_H
|
|---|
| 3 |
|
|---|
| 4 | /* Pick up cliuser_t */
|
|---|
| 5 | #include "scli.h"
|
|---|
| 6 |
|
|---|
| 7 | /* Entry points for the batch command */
|
|---|
| 8 | extern int cmd_batch(char **, cliuser_t *);
|
|---|
| 9 | extern void help_cmd_batch(unsigned int);
|
|---|
| 10 |
|
|---|
| 11 | #endif /* BATCH_ENTRY_H */
|
|---|
| 12 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.